/** * Decodes a hexadecimal string into an ArrayBuffer. * * @param hex - The hexadecimal string to decode. * @returns The decoded ArrayBuffer. * * @group Utils * * @beta * * @example * {@includeCode ../../test/utils/hexToArrayBuffer.test.ts#example} */ export declare function hexToArrayBuffer(hex: string): ArrayBuffer; //# sourceMappingURL=hexToArrayBuffer.d.ts.map