export interface DraftSummary { chatId: string; text: string; revision: string; updatedAt: string; } //# sourceMappingURL=types.d.ts.map