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