export declare const PRIMITIVE_TYPE_KEYS: readonly ["string", "number", "boolean", "date"]; export declare const PRIMITIVE_TYPE_KEYS_SET: Set<"string" | "number" | "boolean" | "date">; export declare const DEFAULTABLE_TYPE_KEYS: readonly ["string", "number", "boolean", "date", "set", "json"]; export declare const DEFAULTABLE_TYPE_KEYS_SET: Set<"string" | "number" | "boolean" | "date" | "set" | "json">; export declare const ALL_TYPES: readonly ["string", "number", "boolean", "date", "set", "json", "record"]; export declare const ALL_TYPES_SET: Set<"string" | "number" | "boolean" | "date" | "set" | "json" | "record">; export declare const DEFAULT_FUNCTIONS: readonly ["now", "nanoid", "uuid", "uuidv4", "uuidv7", "Set.empty"];