import { z } from 'zod'; export declare enum FieldType { TEXT = "TEXT", NUMBER = "NUMBER", DATE = "DATE", STATIC_DROPDOWN = "STATIC_DROPDOWN" } export declare const Field: z.ZodUnion; tableId: z.ZodString; projectId: z.ZodString; data: z.ZodObject<{ options: z.ZodArray>; }, z.core.$strip>; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; externalId: z.ZodString; type: z.ZodUnion, z.ZodLiteral, z.ZodLiteral]>; tableId: z.ZodString; projectId: z.ZodString; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>]>; export type Field = z.infer; export declare const StaticDropdownEmptyOption: { label: string; value: string; }; //# sourceMappingURL=field.d.ts.map