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