import { IConsciaIntegration, IContentstackIntegration, IKontentAiIntegration } from "./kajoo-component"; export declare const contentstackService: { getSingleEntry: (datasource: IContentstackIntegration) => Promise; }; export declare const queryComponent: (datasource: IConsciaIntegration) => Promise; export declare const kontentAiService: { getContentItem: (connection: IKontentAiIntegration) => Promise; };