export declare class KeyBinding { private bindings; constructor(...bindings: string[]); matches(keys: Record): boolean; private bindingMatches; }