import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarNFTMetadataV0, ICedarNFTMetadataV0Interface } from "../../../metadata/ICedarNFTMetadata.sol/ICedarNFTMetadataV0"; export declare class ICedarNFTMetadataV0__factory { static readonly abi: readonly [{ readonly inputs: readonly [{ readonly internalType: "uint256"; readonly name: "_tokenId"; readonly type: "uint256"; }]; readonly name: "tokenURI"; readonly outputs: readonly [{ readonly internalType: "string"; readonly name: ""; readonly type: "string"; }]; readonly stateMutability: "nonpayable"; readonly type: "function"; }]; static createInterface(): ICedarNFTMetadataV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarNFTMetadataV0; }