/** * Convert Buffer (BLOB) back to a hex string (no dashes) */ export declare const bufferToGuid: (buf: Buffer) => string;