/** Remove personal paths, API keys, and identifying info from SOP content. */ export declare function sanitize(content: string): string; //# sourceMappingURL=sanitize.d.ts.map