import type { PluginObj, types } from '@babel/core'; export declare function babelPluginRedwoodPrerenderMediaImports({ types: t, }: { types: typeof types; }): PluginObj; //# sourceMappingURL=babel-plugin-redwood-prerender-media-imports.d.ts.map