import Bank from "../../structures/Bank"; export declare function Tempoross({ quantity, fishingLevel, userBank, }: { quantity: number; fishingLevel: number; userBank: Bank; }): Bank; //# sourceMappingURL=Tempoross.d.ts.map