import { z } from 'zod'; export declare const Cell: z.ZodObject<{ recordId: z.ZodString; fieldId: z.ZodString; projectId: z.ZodString; value: z.ZodUnknown; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type Cell = z.infer; //# sourceMappingURL=cell.d.ts.map