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