export declare const uint256MaxValue = "115792089237316195423570985008687907853269984665640564039457584007913129639935"; export declare const NATIVE_EVM_TOKEN_ADDRESS: string; export declare const MULTICALL_ADDRESS = "0xcA11bde05977b3631167028862bE2a173976CA11"; export declare const multicallAbi: { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; }[]; export declare const CHAINS_WITHOUT_MULTICALL: number[];