import type { PluginObj, types } from '@babel/core'; export interface PluginOptions { forPrerender?: boolean; } export default function ({ types: t }: { types: typeof types; }, { forPrerender }: PluginOptions): PluginObj; //# sourceMappingURL=babel-plugin-redwood-routes-auto-loader.d.ts.map