/** * @returns Whether you `have` the Cincho de Mayo */ export declare function have(): boolean; /** * @returns Your current cinch */ export declare function currentCinch(): number; /** * @param currentRests The rest number to evaluate * @returns The amount of cinch restored by the given rest */ export declare function cinchRestoredBy(currentRests?: number): number; /** * @returns Your current cinch, plus the total amount if cinch that can be generated through free rests */ export declare function totalAvailableCinch(): number; export declare const skills: { readonly SaltAndLime: import("kolmafia").Skill; readonly PartySoundtrack: import("kolmafia").Skill; readonly FiestaExit: import("kolmafia").Skill; readonly ProjectilePiñata: import("kolmafia").Skill; readonly PartyFoul: import("kolmafia").Skill; readonly ConfettiExtrava: import("kolmafia").Skill; };