export declare const VALIDATE_SCHEMA_FUNCNAME = "prostgles.validate_jsonb_schema"; export declare const JSONB_DATA_TYPES: readonly [...("string" | "number" | "boolean" | "time" | "timestamp" | "number[]" | "boolean[]" | "string[]" | "any[]" | "any" | "integer" | "Date" | "unknown" | "Blob" | "FileLike" | "time[]" | "timestamp[]" | "integer[]" | "Date[]" | "unknown[]" | "Blob[]" | "FileLike[]")[], "Lookup", "Lookup[]"]; export declare const CREATE_VALIDATE_SCHEMA_FUNCTION_SQL: string; //# sourceMappingURL=validateJSONBSchemaSQL.d.ts.map