import type { Command } from "commander"; export declare function addLocalDaemonOptions(command: T): T; 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; export declare function withGlobalOptions(handler: (...args: Args) => Result): (...args: Args) => Result; //# sourceMappingURL=command-options.d.ts.map