import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IPublicUpdateBaseURIV0, IPublicUpdateBaseURIV0Interface } from "../../../baseURI/IUpdateBaseURI.sol/IPublicUpdateBaseURIV0"; export declare class IPublicUpdateBaseURIV0__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "getBaseURIIndices"; readonly outputs: readonly [{ readonly internalType: "uint256[]"; readonly name: ""; readonly type: "uint256[]"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; static createInterface(): IPublicUpdateBaseURIV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): IPublicUpdateBaseURIV0; }