import type { Command } from "commander"; import type { CommandOptions, ListResult } from "../../output/index.js"; import { type ProjectRow } from "./shared.js"; export declare function runLsCommand(options: CommandOptions, _command: Command): Promise>; //# sourceMappingURL=ls.d.ts.map