import { Multicall } from '../../src/types'; export declare class Multicaller { static deployContract(url: string, signer: any, log?: {}): Promise; static getContract(url: string, signer: any, contractAddress: string, log?: {}): Promise; } //# sourceMappingURL=Multicaller.d.ts.map