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