import type { IKnowledgeDocumentsService, IOrganizationGenAIService } from "@gooddata/sdk-backend-spi"; import { type TigerAuthenticatedCallGuard } from "../../../types/index.js"; /** * @internal */ export declare class TigerOrganizationGenAIService implements IOrganizationGenAIService { private readonly authCall; constructor(authCall: TigerAuthenticatedCallGuard); getKnowledgeDocuments(): IKnowledgeDocumentsService; } //# sourceMappingURL=index.d.ts.map