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