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