import { Item } from "kolmafia"; export declare const Mayo: { nex: Item; diol: Item; zapine: Item; flex: Item; }; /** * @returns Whether the Mayo Clinic is our current active workshed */ export declare function installed(): boolean; /** * @returns Whether we `have` the Mayo Clinic, or it's installed */ export declare function have(): boolean; /** * Sets mayo minder to a particular mayo, and ensures you have enough of it. * * @param mayo Mayo to use * @param quantity Quantity to ensure * @returns Whether we succeeded in this endeavor; a trivial `false` for people without the clinic `installed` */ export declare function setMayoMinder(mayo: Item, quantity?: number): boolean;