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