import { IExportAdapter, IExportAdapterResult, IKontentAiExportAdapterConfig } from '../../export.models.js'; export declare class KontentAiExportAdapter implements IExportAdapter { private config; readonly name: string; constructor(config: IKontentAiExportAdapterConfig); exportAsync(): Promise; private getAllLanguagesAsync; private getAllContentTypesAsync; private getDeliveryClient; private getManagementClient; }