import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IRestrictedUpdateBaseURIV0, IRestrictedUpdateBaseURIV0Interface } from "../../../baseURI/IUpdateBaseURI.sol/IRestrictedUpdateBaseURIV0"; export declare class IRestrictedUpdateBaseURIV0__factory { static readonly abi: readonly [{ readonly inputs: readonly [{ readonly internalType: "uint256"; readonly name: "baseURIIndex"; readonly type: "uint256"; }, { readonly internalType: "string"; readonly name: "_baseURIForTokens"; readonly type: "string"; }]; readonly name: "updateBaseURI"; readonly outputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "function"; }]; static createInterface(): IRestrictedUpdateBaseURIV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): IRestrictedUpdateBaseURIV0; }