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