import { IExportAllResult, IExportConfig } from './export.models.js'; export declare class ExportService { private readonly config; private readonly managementClient; constructor(config: IExportConfig); exportAllAsync(): Promise; private getTaxonomiesAsync; private getContentTypeSnippetsAsync; private getContentTypesAsync; }