import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ERC20GuardPartition, ERC20GuardPartitionInterface } from "./ERC20GuardPartition"; export declare class ERC20GuardPartition__factory { static readonly erc165InterfaceId = "0xd7a54e98"; static readonly erc1820InterfaceId = "0xe85fcfb712656084ab1fc57e0d21b03afda7e2a74e5f651f8e13ff91ad8a9620"; 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; })[]; static createInterface(): ERC20GuardPartitionInterface; static connect(address: string, signerOrProvider: Signer | Provider): ERC20GuardPartition; } //# sourceMappingURL=ERC20GuardPartition__factory.d.ts.map