class ExhaustableArray implements IExhaustableArray<T>import { ExhaustableArray } from "https://deno.land/x/sptaki@1.2.0/models/spt/server/ExhaustableArray.d.ts"; ConstructorsnewExhaustableArray(itemPool: T[],randomUtil: RandomUtil,jsonUtil: JsonUtil,)Type ParametersTPropertiesprivateitemPoolprivatejsonUtilprivatepoolprivaterandomUtilMethodsgetFirstValue(): TgetRandomValue(): ThasValues(): boolean