import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IAspenFeaturesV0, IAspenFeaturesV0Interface } from "../../IAspenFeatures.sol/IAspenFeaturesV0"; export declare class IAspenFeaturesV0__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "isIAspenFeaturesV0"; readonly outputs: readonly [{ readonly internalType: "bool"; readonly name: ""; readonly type: "bool"; }]; readonly stateMutability: "pure"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "supportedFeatures"; readonly outputs: readonly [{ readonly internalType: "string[]"; readonly name: "features"; readonly type: "string[]"; }]; readonly stateMutability: "pure"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly internalType: "bytes4"; readonly name: "interfaceId"; readonly type: "bytes4"; }]; readonly name: "supportsInterface"; readonly outputs: readonly [{ readonly internalType: "bool"; readonly name: ""; readonly type: "bool"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; static createInterface(): IAspenFeaturesV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): IAspenFeaturesV0; }