import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { Multicall3, Multicall3Interface } from "../../static/Multicall3"; export declare class Multicall3__factory { static readonly abi: { inputs: ({ internalType: string; name: string; type: string; components?: undefined; } | { components: { internalType: string; name: string; type: string; }[]; internalType: string; name: string; type: string; })[]; name: string; outputs: ({ internalType: string; name: string; type: string; components?: undefined; } | { components: { internalType: string; name: string; type: string; }[]; internalType: string; name: string; type: string; })[]; stateMutability: string; type: string; }[]; static createInterface(): Multicall3Interface; static connect(address: string, signerOrProvider: Signer | Provider): Multicall3; } //# sourceMappingURL=Multicall3__factory.d.ts.map