import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IDeprecatableSecurity, IDeprecatableSecurityInterface } from "./IDeprecatableSecurity";
export declare class IDeprecatableSecurity__factory {
    static readonly erc165InterfaceId = "0x7dfe5359";
    static readonly erc1820InterfaceId = "0xb8a71e5f24317059ee0dd737b09cd230cd85357aac8996f0079c93b47482429d";
    static readonly abi: {
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: never[];
        stateMutability: string;
        type: string;
    }[];
    static createInterface(): IDeprecatableSecurityInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): IDeprecatableSecurity;
}
//# sourceMappingURL=IDeprecatableSecurity__factory.d.ts.map