import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IAspenNFTMetadataV1, IAspenNFTMetadataV1Interface } from "../../../metadata/INFTMetadata.sol/IAspenNFTMetadataV1"; export declare class IAspenNFTMetadataV1__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: "view"; readonly type: "function"; }]; static createInterface(): IAspenNFTMetadataV1Interface; static connect(address: string, signerOrProvider: Signer | Provider): IAspenNFTMetadataV1; }