interface EnumChoice { const: string; title?: string; } export declare function getSingleSelectChoices(field: Record): EnumChoice[]; export declare function getMultiSelectChoices(field: Record): EnumChoice[]; export {}; //# sourceMappingURL=schemaHelpers.d.ts.map