import { type Serializable } from "../../core/data/types.js"; export * from "../../core/dialect/utils.js"; export declare const isNestedArrayPgType: (pgType: string) => boolean; export declare const getPgTypeArrayDimensions: (pgType: string) => number; export declare const serializeToSQL: (type: string, value: Serializable) => Serializable;