import type { ImageAnnotation, ImageAnnotationStore } from '@annotorious/annotorious/src';
import type { SelectionState } from '@annotorious/core';
export declare const initKeyCommands: (container: HTMLElement, selection: SelectionState<ImageAnnotation>, store: ImageAnnotationStore) => void;
//# sourceMappingURL=keyCommands.d.ts.map