export declare function isImageImport(importSource: string): boolean;
export default function transformSource(this: any, source: string): Promise<string>;
