import { Dispatch } from "./types";
export declare function bindHotkeys(dispatch: Dispatch): () => void;
