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