/** * Strip control characters (C0/C1 and DEL) and ANSI escape sequences from * user-supplied strings before rendering to the terminal or log output. * Prevents crafted model names, eval names, etc. from injecting escape * sequences that could manipulate terminal output or corrupt log formatting. */ export declare function sanitizeForDisplay(s: string): string; //# sourceMappingURL=sanitize.d.ts.map