/** * Sanitizes error messages to remove sensitive credential information */ /** * Sanitizes error stack traces */ export declare function sanitizeErrorStack(error: Error | undefined): string | undefined; /** * Sanitizes error messages */ export declare function sanitizeErrorMessage(message: string): string; //# sourceMappingURL=error-sanitizer.d.ts.map