
declare module "*.jpg" {
   let path: string;
   export = path;
}

declare module "*.png" {
   let path: string;
   export = path;
}
