import type { MonsterKillOptions } from "../../../meta/types"; import type Bank from "../../../structures/Bank"; import Monster from "../../../structures/Monster"; declare class AwakenedTheLeviathanSingleton extends Monster { kill(quantity?: number, options?: MonsterKillOptions): Bank; } export declare const AwakenedTheLeviathan: AwakenedTheLeviathanSingleton; export {}; //# sourceMappingURL=AwakenedTheLeviathan.d.ts.map