/** * Add a "dimensions" object export to any image imported into a JavaScript * file. Must be run after "file-loader". */ export default function imageDimensionsLoader(this: { resourcePath: string; async(): (error: Error | null, content?: string) => void; }, content: string): string | void;