export interface Source { uri: string; title: string; } export interface QueryResult { answer: string; sources: Source[]; } //# sourceMappingURL=types.d.ts.map