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