export interface StreamSendable { content: string; stream: string; getContents(): {content: string}; }