import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ERC20SecurityPartition, ERC20SecurityPartitionInterface } from "./ERC20SecurityPartition"; export declare class ERC20SecurityPartition__factory { static readonly erc165InterfaceId = "0x853767da"; static readonly erc1820InterfaceId = "0x74d323398bab19d70ca39fdf2822cd49500f2927480322d19161cfe64a899c4b"; 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(): ERC20SecurityPartitionInterface; static connect(address: string, signerOrProvider: Signer | Provider): ERC20SecurityPartition; } //# sourceMappingURL=ERC20SecurityPartition__factory.d.ts.map