import { type CliContext } from "../io.ts"; /** * Parse and execute the `models` subcommand. Prints one model per line in * a compact column layout, or JSON when `--json` is set. */ export declare function runModels(ctx: CliContext): number; //# sourceMappingURL=models.d.ts.map