import { MenuPath } from '@theia/core/lib/common';
export declare const OPEN_EDITORS_CONTEXT_MENU: MenuPath;
export declare namespace OpenEditorsContextMenu {
    const NAVIGATION: string[];
    const CLIPBOARD: string[];
    const SAVE: string[];
    const COMPARE: string[];
    const MODIFICATION: string[];
}
//# sourceMappingURL=navigator-open-editors-menus.d.ts.map