export declare const isHotkeyPressed: (key: string | readonly string[], splitKey?: string) => boolean;
