import type { Command } from "commander"; import type { CommandActionType } from "../types.js"; export declare const list: CommandActionType<[ { debug?: boolean; } ]>; export declare function listCommand(program: Command): void; //# sourceMappingURL=list.d.ts.map