/** * Returns a display-safe copy of `cmd` with sensitive flag values replaced by [REDACTED]. * The original string is unchanged; this is pure and has no side effects. */ export declare function redactCommand(cmd: string): string; //# sourceMappingURL=_redact-command.d.ts.map