export declare const redactSecrets: (value: string) => string; export declare const redactArgs: (args: string[], sensitiveFlags?: Set) => string[];