import { ApplicationShell, FrontendApplicationContribution } from '@theia/core/lib/browser'; import { NavigationLocationService } from '@theia/editor/lib/browser/navigation/navigation-location-service'; export declare class CustomEditorNavigationContribution implements FrontendApplicationContribution { protected readonly shell: ApplicationShell; protected readonly locationService: NavigationLocationService; onStart(): void; } //# sourceMappingURL=custom-editor-navigation-contribution.d.ts.map