import { type CliCommandPathPolicy } from './command-catalog.js'; export declare function resolveCliCommandPathPolicy(commandPath: string[]): CliCommandPathPolicy; export declare function resolveCliCatalogCommandPath(argv: string[]): string[];