import { Familiar } from "kolmafia"; import { NumericModifier } from "../../modifierTypes.js"; /** * Parses the _mummeryMods preference into a Map for easier use. * * @returns A map, mapping Familiars to a Tuple consisting of the NumericModifier attached to the familiar, and the value thereof. */ export declare function currentCostumes(): Map;