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