import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarImplementationVersionedV2, ICedarImplementationVersionedV2Interface } from "../../IAspenVersioned.sol/ICedarImplementationVersionedV2"; export declare class ICedarImplementationVersionedV2__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "implementationInterfaceId"; readonly outputs: readonly [{ readonly internalType: "string"; readonly name: "interfaceId"; readonly type: "string"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "implementationVersion"; readonly outputs: readonly [{ readonly internalType: "uint256"; readonly name: "major"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "minor"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "patch"; readonly type: "uint256"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; static createInterface(): ICedarImplementationVersionedV2Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarImplementationVersionedV2; }