import { EditorType } from '../global/interface'; export declare const withCompletion: (editor: EditorType) => EditorType;