/** * Replaces whitespace characters inside a streamed chunk with special markers so the transport * never emits content that would otherwise be treated as empty. * * @private internal mechanism for chat stream whitespace encoding/decoding */ export declare function encodeChatStreamWhitespaceForTransport(content: string): string;