import type { Multicall2 } from "./generated"; import type { Call, ChainType, Multicall, ProviderOrSigner } from "./types"; export declare const getMulticall: (provider: ProviderOrSigner, chain: ChainType) => Multicall2; export declare function fetchMulticalls(multicalls: readonly [...{ [I in keyof T]: Multicall; }], multicallContract: Multicall2, maxChunk?: number): Promise>; export declare const fetchCalls: (calls: readonly Call[], multicallContract: Multicall2, maxChunk?: number) => Promise>; //# sourceMappingURL=multicall.d.ts.map