import { Command } from 'commander'; import type { CliContext } from '../types'; export declare function registerNavigationCommands(program: Command, context: CliContext): void; //# sourceMappingURL=navigation.d.ts.map