export interface UseChatProps { username?: string; channel: string; autoload?: boolean; }