/**
 * A value stored in the DB as a bytea buffer.
 */
export declare function ByteaBufferType(): {
    dbValueToJs: (dbValue: Buffer) => Buffer;
    stringify: (jsValue: Buffer) => string;
    parse: (str: string) => Buffer;
};
//# sourceMappingURL=ByteaBufferType.d.ts.map