import { Item } from "kolmafia"; /** * @returns Whether the player can Summon Resolutions */ export declare function have(): boolean; /** * @returns Map containing the chance of an item to be summoned */ export declare function expected(): Map;