export declare function redactSecrets(input: string): string; export declare function redactObject(obj: T): T;