/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Class for registering a shortcut for quick movement between top level bounds * in the workspace. */ export declare class StackNavigationAction { private stackShortcuts; install(): void; private getCurNodeRoot; private navigate; /** * Unregisters the shortcut. */ uninstall(): void; } //# sourceMappingURL=stack_navigation.d.ts.map