import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const CustomFieldType: { readonly Text: "text"; readonly Number: "number"; readonly Date: "date"; readonly Checkbox: "checkbox"; readonly Select: "select"; }; export type CustomFieldType = ClosedEnum; /** @internal */ export declare const CustomFieldType$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=customfieldtype.d.ts.map