/** * A file that contains the custom typings for fleets own modules and libraries */ // PNG assests declare module "*.png" { const value: string; export = value; } declare module "*.svg" { const value: string; export = value; }