import { Mechanism } from "../../core/Mechanism"; import type { Action } from "../../engine/actions/types"; export declare class Hotkeys extends Mechanism { activeActions: Action[]; constructor(); private onSelection; }