import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IAspenFeaturesV1, IAspenFeaturesV1Interface } from "../../IAspenFeatures.sol/IAspenFeaturesV1"; export declare class IAspenFeaturesV1__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "isIAspenFeaturesV1"; readonly outputs: readonly [{ readonly internalType: "bool"; readonly name: ""; readonly type: "bool"; }]; readonly stateMutability: "pure"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "supportedFeatureCodes"; readonly outputs: readonly [{ readonly internalType: "uint256[]"; readonly name: "codes"; readonly type: "uint256[]"; }]; 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(): IAspenFeaturesV1Interface; static connect(address: string, signerOrProvider: Signer | Provider): IAspenFeaturesV1; }