import type { IIntelligenceBase } from '.'; /** Response of Knowmax Quest Document Insight request. */ export interface IDocumentInsight extends IIntelligenceBase { /** Interpreted Quest id of document node for which document insight was requested. */ questId: string; } //# sourceMappingURL=IDocumentInsight.d.ts.map