import type { PluginObj, types } from '@babel/core'; export default function ({ types: t }: { types: typeof types; }, { projectIsEsm }?: { projectIsEsm?: boolean; }): PluginObj; //# sourceMappingURL=babel-plugin-redwood-context-wrapping.d.ts.map