/** * Export Module * * Exports for configuration import/export functionality. * * @since v1.31.0 */ export { type ChangeType, type CompatibilityResult, type ConflictResolution, type ExportData, type ExportFormat, type ExportIncludes, type ExportManifest, type ExportOptions, EXPORT_FORMAT_VERSION, type FavoriteExportEntry, type FavoritesExportStore, type FilterPreferencesExport, type GroupExportEntry, type GroupsExportStore, type ImportError, type ImportMode, type ImportOptions, type ImportPreview, type ImportResult, type ImportSummary, type PinnedExportEntry, type PluginExportConfig, type PreviewChange, type ServerExportConfig, type SettingsExport, type TagAssignmentExport, type TagExportEntry, type TagsExportStore, type ValidationResult, DEFAULT_EXPORT_OPTIONS, DEFAULT_IMPORT_OPTIONS, createEmptyImportResult, createEmptyImportSummary, } from './export-types.js'; export { ExportService, type ExportDataProviders, type ImportDataHandlers, type CurrentDataProviders, getExportService, resetExportService, } from './export-service.js'; export { validateExportData, checkCompatibility, checkPluginatorCompatibility, validateAndCheckCompatibility, isExportData, } from './validation.js'; export { sanitizePath, expandPath, sanitizeServer, sanitizeSettings, sanitizeExport, expandExportPaths, containsSensitiveInfo, validateSanitization, HOME_PLACEHOLDER, } from './sanitize.js'; //# sourceMappingURL=index.d.ts.map