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