import { type CliContext } from "../io.ts"; /** * Parse and execute the `route` subcommand against the provided context. * Returns the exit code; never throws (all errors are converted). */ export declare function runRoute(ctx: CliContext): Promise; //# sourceMappingURL=route.d.ts.map