export declare const SCALAR_FIELD_TYPES: readonly ["string", "uuid", "int", "boolean", "dateTime", "float", "decimal", "json", "date", "enum"]; export type ScalarFieldType = (typeof SCALAR_FIELD_TYPES)[number]; //# sourceMappingURL=field-types.d.ts.map