/** * Gather fact indicating if your bot respawned. * @author semperrabbit 20180331 * @returns has just respawned */ export declare function hasRespawned(): boolean; /** Erase Memory and Flags */ export declare function resetGame(): void; /** Wipe Memory after respawn */ export default function resetOnRespawn(): void;