import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IDelegatedUpdateBaseURIV1, IDelegatedUpdateBaseURIV1Interface } from "../../../baseURI/IUpdateBaseURI.sol/IDelegatedUpdateBaseURIV1"; export declare class IDelegatedUpdateBaseURIV1__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "getBaseURICount"; readonly outputs: readonly [{ readonly internalType: "uint256"; readonly name: ""; readonly type: "uint256"; }]; readonly stateMutability: "view"; readonly type: "function"; }, { 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(): IDelegatedUpdateBaseURIV1Interface; static connect(address: string, signerOrProvider: Signer | Provider): IDelegatedUpdateBaseURIV1; }