import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarFeaturesV0, ICedarFeaturesV0Interface } from "../../ICedarFeatures.sol/ICedarFeaturesV0"; export declare class ICedarFeaturesV0__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "isICedarFeaturesV0"; 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(): ICedarFeaturesV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarFeaturesV0; }