import { typeHex } from'./hex/index.ts';
/**
* Converts a Hex string to a BigInt.
* @paramhex - The hex string to convert
* @returns The BigInt representation of the hex value
*/exportdeclarefunctionhexToBigInt(hex: Hex): bigint;
//# sourceMappingURL=hexToBigInt.d.ts.map