import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ISeizableSecurityPartition, ISeizableSecurityPartitionInterface } from "./ISeizableSecurityPartition"; export declare class ISeizableSecurityPartition__factory { static readonly erc165InterfaceId = "0xaacbbf58"; static readonly erc1820InterfaceId = "0x77e0694163307064b2e801e9c4ad11a7ec1fa6bbabc78686760621b84ca250e3"; 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: never[]; stateMutability: string; type: string; anonymous?: undefined; })[]; static createInterface(): ISeizableSecurityPartitionInterface; static connect(address: string, signerOrProvider: Signer | Provider): ISeizableSecurityPartition; } //# sourceMappingURL=ISeizableSecurityPartition__factory.d.ts.map