export interface CloseConnection {
    /** End the stream with an empty string */
    text: "";
}
