import { Item } from "kolmafia"; /** * @returns Whether or not you have Cyber Realm */ export declare function have(): boolean; /** * @returns Whether or Cyber Realm is available to adventure in */ export declare function available(): boolean; /** * @returns The Zone 3 Item we expect to find today, based on KOL Calendar */ export declare function zone3Rewards(): Item;