interface IBabelOpts { file: any; type: 'esm' | 'cjs'; } export declare function compileJs(options: IBabelOpts): string; export declare function compileJsPath(filePath: string): Promise; export {};