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