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