/** * Normalize untrusted text for single-line terminal/log rendering. */ export declare function sanitizeTerminalText(input: string): string;