declare const babelPlugin: (babelPlugins: any) => { name: string; transform(code: any, id: any): any; }; export default babelPlugin;