/** Chat channel vocab (thin place/container). */ export declare const ChatBaseVocab: { readonly title: string; readonly description: string; readonly avatarUrl: string; readonly contact: string; readonly participants: string; readonly metadata: string; readonly starred: string; readonly muted: string; readonly unreadCount: string; readonly lastActiveAt: string; readonly lastMessage: string; readonly lastMessagePreview: string; readonly createdAt: string; readonly updatedAt: string; };