import type { MilkdownPlugin } from '@milkdown/ctx';
import type { Editor } from '../editor';
export declare const InitReady: import("@milkdown/ctx").TimerType;
export declare function init(editor: Editor): MilkdownPlugin;
//# sourceMappingURL=init.d.ts.map