import { Controls } from "./controls"; import type { Key } from "../translation/types"; export declare const InteractiveActionDisabledControls: Controls[]; export declare const OpenedGraphDisabledControls: Controls[]; export declare const ActionChoiceDisabledControls: Controls[]; export type PlayPrevChapterDisabledTooltipKey = Extract; export type SeekToInteractiveDisabledTooltipKey = Extract;