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