export declare class BabelTransform { config: any; options: any; babel: any; constructor(config?: {}, options?: {}); run({ code, map, relPath }: { code: any; map: any; relPath: any; }): { code: any; map: any; relPath: any; }; }