import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IRestrictedMetadataV0, IRestrictedMetadataV0Interface } from "../../../metadata/IContractMetadata.sol/IRestrictedMetadataV0"; export declare class IRestrictedMetadataV0__factory { static readonly abi: readonly [{ 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(): IRestrictedMetadataV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): IRestrictedMetadataV0; }