export declare const NUMBER_KEYS: string[]; export declare const ACTION_KEYS: string[]; export declare const isCtrlOrCommandKey: (ev: KeyboardEvent) => boolean;