import type { Hex, HexConfig } from '../hex.ts'; /** Convert an ArrayBuffer to a hex string */ export declare const hexFromArrayBuffer: ( /** The buffer to be converted */ buffer: ArrayBufferLike, /** Configuration of output format and validation */ config?: HexConfig) => Hex; //# sourceMappingURL=fromArrayBuffer.d.ts.map