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