/** * Visits the Cooling Tank on level 8 of the Fallout shelter to gain 300 rads */ export declare function coolingTank(): void; /** * Visits the Spa Simulation Chamber on level 4 of the Fallout shelter for 100 turns of "100% all stats" */ export declare function spa(): void; /** * Visits the Chronodynamics Laboratory on level 5 of the Fallout shelter to permanently increase radiation level by 3 */ export declare function chronoLab(): void; export declare const path: import("kolmafia").Path;