export declare const editors: { name: string; value: string; }[]; export declare function editorSelection(defaultEditor?: any): Promise; export declare function normalizeEditor(editor: any): any; //# sourceMappingURL=editor-selection.d.ts.map