import { Annotation, UndoStack } from '@annotorious/core'; export declare const isMac: boolean; export declare const initKeyboardCommands: (undoStack: UndoStack, container?: Element) => { destroy: () => void; };