import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarMetadataV0, ICedarMetadataV0Interface } from "../../../metadata/IContractMetadata.sol/ICedarMetadataV0"; export declare class ICedarMetadataV0__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "contractURI"; readonly outputs: readonly [{ readonly internalType: "string"; readonly name: ""; readonly type: "string"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { readonly inputs: readonly [{ readonly internalType: "string"; readonly name: "_uri"; readonly type: "string"; }]; readonly name: "setContractURI"; readonly outputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "function"; }]; static createInterface(): ICedarMetadataV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarMetadataV0; }