import { Hex } from "viem";
export declare const bytes32ToUint256: (value: Hex) => bigint;
export declare const uint256ToBytes32: (value: bigint) => `0x${string}`;
//# sourceMappingURL=hex.d.ts.map