import type { RunAssetMapperImportSetupParams } from '@contentstack/cli-asset-management'; import type ImportConfig from '../types/import-config'; /** * Maps import-setup `ImportConfig` and AM base URL into `RunAssetMapperImportSetupParams` * (parallel to contentstack-import `buildImportSpacesOptions` → `ImportSpaces`). */ export declare function buildImportSetupAssetMapperParams(config: ImportConfig, assetManagementUrl: string): RunAssetMapperImportSetupParams;