import type { Command } from "commander"; import type { ListResult } from "../../output/index.js"; import { type WorkspaceRow } from "./shared.js"; export declare function runLsCommand(options: { host?: string; daemonTarget: import("../../utils/daemon-target.js").DaemonTarget; }, _command: Command): Promise>; //# sourceMappingURL=ls.d.ts.map