/** Strip control chars from log labels (server names, keys). */ export declare function sanitizeForLog(value: string): string;