import { z } from 'zod'; import { FieldType } from '../field'; export declare const CreateFieldRequest: z.ZodUnion; tableId: z.ZodString; data: z.ZodObject<{ options: z.ZodArray>; }, z.core.$strip>; externalId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ name: z.ZodString; type: z.ZodUnion, z.ZodLiteral, z.ZodLiteral]>; tableId: z.ZodString; externalId: z.ZodOptional; }, z.core.$strip>]>; export declare const UpdateFieldRequest: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; export declare const ListFieldsRequestQuery: z.ZodObject<{ tableId: z.ZodString; }, z.core.$strip>; export type CreateFieldRequest = z.infer; export type UpdateFieldRequest = z.infer; export type ListFieldsRequestQuery = z.infer; //# sourceMappingURL=fields.dto.d.ts.map