import { Editor } from '../Editor'; export declare function keyboard(editor: Editor): { init(): void; destroy(): void; };