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