import type { MemorySensitivity } from './types.js'; export declare function inferMemorySensitivity(content: string): MemorySensitivity; export declare function redactSensitiveMemoryText(content: string): string;