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