import type { ClueOptions } from "../meta/types"; import type LootTable from "./LootTable"; export default class Clue { table: LootTable; allItems: number[]; constructor(options: ClueOptions); } //# sourceMappingURL=Clue.d.ts.map