/** * Redact sensitive values from logs */ export declare function redactApiKey(apiKey: string): string; export declare function redactCredentials(obj: any): any;