import type { Command } from "commander"; export declare function collectMultiple(value: string, previous: string[]): string[]; export declare function addJsonOption(command: T): T; export declare function addDaemonHostOption(command: T): T; export declare function addJsonAndDaemonHostOptions(command: T): T; //# sourceMappingURL=command-options.d.ts.map