import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarImplementationVersionedV1, ICedarImplementationVersionedV1Interface } from "../../IAspenVersioned.sol/ICedarImplementationVersionedV1"; export declare class ICedarImplementationVersionedV1__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "implementationInterfaceName"; readonly outputs: readonly [{ readonly internalType: "string"; readonly name: "interfaceName"; 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(): ICedarImplementationVersionedV1Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarImplementationVersionedV1; }