export declare function sanitizeApiKey(text: string): string; export declare function sanitizeError(error: Error | string): string; export declare function sanitizeObject(obj: T): T; //# sourceMappingURL=sanitize.d.ts.map