import { VanillaMirror } from './vanilla-mirror'; type State = { before: string; after: string; selection: string; isBackwardSelection: boolean; }; export declare function Keystroke(handler: (evt: KeyboardEvent, state: State, editor: VanillaMirror) => boolean, priority?: any): void; export declare const defaultKeystrokes: any[]; export {}; //# sourceMappingURL=keystroke.d.ts.map