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