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