/** @noSelfInFile */ /** * These functions require that a screen or other viewport is created and active. */ declare namespace input { /** * Get the key that was just pressed in conjunction with Ctrl(unless it's Esc or Tab). This will reset each step. */ export function hotkey(): string; }