export declare namespace InspectTokensNLS { const inspectTokensAction: string; } export declare namespace GoToLineNLS { const gotoLineActionLabel: string; } export declare namespace QuickHelpNLS { const helpQuickAccessActionLabel: string; } export declare namespace QuickCommandNLS { const quickCommandActionLabel: string; const quickCommandHelp: string; } export declare namespace QuickOutlineNLS { const quickOutlineActionLabel: string; const quickOutlineByCategoryActionLabel: string; } export declare namespace StandaloneCodeEditorNLS { const editorViewAccessibleLabel: string; } export declare namespace ToggleHighContrastNLS { const toggleHighContrast: string; } export declare namespace StandaloneServicesNLS { const bulkEditServiceSummary: string; }