export interface FishDropTable { item: string; qty: [number, number]; low: number; high: number; req: number; } export declare function chanceOfFish(fishLvl: number, low: number, high: number): number; export declare const BrimstoneChestFish: FishDropTable[]; export declare const LarransSmallChestFish: FishDropTable[]; export declare const LarransBigChestFish: FishDropTable[]; //# sourceMappingURL=BonusOpenables.d.ts.map