import type { ParsedArgs } from "./shared/types.js"; /** * Route and execute the appropriate CLI command * * @param args - Parsed CLI arguments */ export declare function routeCommand(args: ParsedArgs): Promise; //# sourceMappingURL=router.d.ts.map