//#region src/cli/command-format.d.ts/** Add active root options to a displayed command without duplicating explicit flags. */declarefunctionformatCliCommand(command: string, env?: Record<string, string | undefined>): string;
//#endregionexport { formatCliCommand as t };