import { GraphicsInterface } from '../../../types/cli.types';
import { CallbackPlayer, Script } from '../ScriptPlayer';
declare const script: Script;
export declare function renderEnter(player: CallbackPlayer): Promise<void>;
export declare function renderCommand(ui: GraphicsInterface, command: string): void;
export default script;
