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