import type { types } from '@babel/core'; import type { PluginObj } from '@babel/core'; export default function ({ types: t }: { types: typeof types; }): PluginObj; export declare const getCellMetadata: (p: string) => { hasDefaultExport: boolean; namedExports: NamedExports[]; hasQueryExport: NamedExports | undefined; hasAfterQueryExport: NamedExports | undefined; operationName: string; }; interface NamedExports { name: string; type: 're-export' | 'variable' | 'function' | 'class'; } export {}; //# sourceMappingURL=babel-plugin-redwood-mock-cell-data.d.ts.map