export declare const rnHarnessPlugins: (string | (({ types: t, }: typeof import("@babel/core")) => import("@babel/core").PluginObj) | [string, object] | (string | { runtime: string; importSource: string; })[])[]; export declare const rnHarnessPreset: () => { plugins?: undefined; } | { plugins: (string | (({ types: t, }: typeof import("@babel/core")) => import("@babel/core").PluginObj) | [string, object] | (string | { runtime: string; importSource: string; })[])[]; }; //# sourceMappingURL=preset.d.ts.map