/** * Converts an ArrayBuffer to a hex string without padding or normalization. * @param buffer - The ArrayBuffer to convert * @returns A lowercase hex string representation of the buffer */ export declare const toHexLegacy: (buffer: ArrayBuffer) => string; //# sourceMappingURL=legacy.d.ts.map