import { Monster } from "kolmafia"; /** * @returns Whether you `have` the Legendary Seal-Clubbing Club */ export declare function have(): boolean; /** * @returns The number of casts of Club 'Em Across the Battlefield available to you right now. */ export declare function clubAcrossBattlefieldAvailable(): number; /** * @returns The number of casts of Club 'Em Into Next Week available to you right now. */ export declare function clubIntoNextWeekAvailable(): number; /** * @returns The monster you currently have copied with Club 'Em Into Next Week. */ export declare function clubIntoNextWeekMonster(): Monster | null; /** * @returns The number of turns remaining until your current Club 'Em Into Next Week fight; infinity if the counter isn't currently set. */ export declare function turnsUntilNextWeekFight(): number; /** * @returns The number of casts of Club 'Em Back In Time available to you right now. */ export declare function clubBackInTimeAvailable(): number;