import { Copier } from "../Copier.js"; /** * Get total putty-like copies made * * @returns Total copies made */ export declare function getTotalPuttyLikeCopiesMade(): number; /** * Determine if Rain-Doh black box can be used * * @returns Whether it can be used */ export declare function couldUseRainDohBlackBox(): boolean; export declare const RainDohBlackBox: Copier; /** * Determines whether you can still use a spooky putty sheet * * @returns Whether you can still use a spooky putty sheet */ export declare function couldUseSpookyPuttySheet(): boolean; export declare const SpookyPuttySheet: Copier;