import { StoreType } from '../model/store'; export declare function handleHotkey(e: KeyboardEvent, store: StoreType): void;