/**
 * Converts encoded whitespace markers back into real whitespace so the UI can render the message
 * exactly as it was generated.
 *
 * @private internal mechanism for chat stream whitespace encoding/decoding
 */
export declare function decodeChatStreamWhitespaceFromTransport(content: string): string;
