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