export interface Chat { id: number; title: string; } //# sourceMappingURL=Chat.d.ts.map