import type { BabelApi, BabelConfig, BabelConfigPlugin } from './types'; export declare const withBabelPluginModuleResolver: (cnf?: any) => BabelConfigPlugin; export declare const withRNVBabel: (cnf: BabelConfig) => (api: BabelApi) => BabelConfig; export declare const withRNVMetro: (cnf: unknown) => any; export declare const withRNVRNConfig: (cnf: unknown) => any; export declare const withRNVNext: (cnf: unknown) => any; export declare const withRNVWebpack: (cnf: unknown) => any; //# sourceMappingURL=adapters.d.ts.map