import { Address, Hex } from 'viem'; export declare function computeDepositBoxAddress(root: Address, boxId: number): `0x${string}`; export declare function ensureDepositBoxAddress(root: Address, boxId: number, box?: string): void; export declare function ensureCalldataHasBoxAddress(calldata: Hex, box: Address): void;