import { KeyCodeCommand } from "./KeyCodeCommand"; export declare function parseKey(keyOrKeys: string, Modifiers: Record, KeyCodes: Record): T;