import { IImportedData } from '../core/index.js'; import { IImportConfig, IImportSource, IImportContentType } from './import.models.js'; export declare class ImportService { private config; private readonly managementClient; private readonly importAssetsHelper; private readonly importContentItemHelper; private readonly importLanguageVariantHelper; constructor(config: IImportConfig); getImportContentTypesAsync(): Promise; importAsync(sourceData: IImportSource): Promise; private getContentTypeElements; private getDataToImport; private importMigrationContentItemAsync; private getWorkflowsAsync; private getCollectionsAsync; }