import type { PluginObj } from '@babel/core'; export interface SignaliumAsyncTransformOptions { transformedImports: [string, string | RegExp][]; importPaths?: (string | RegExp)[]; } export declare function signaliumAsyncTransform(api: any, opts?: SignaliumAsyncTransformOptions): PluginObj; export declare function signaliumAsyncTransform(opts?: SignaliumAsyncTransformOptions): (api: any) => PluginObj; //# sourceMappingURL=async.d.ts.map