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