import { HotkeyConfig } from '../types'; export declare function matchHotkey(event: KeyboardEvent, config: HotkeyConfig | HotkeyConfig[]): boolean; export declare const DEFAULT_COPY_HOTKEY: HotkeyConfig; export declare const DEFAULT_PASTE_HOTKEY: HotkeyConfig;