export declare const PROCESS_NAMES: { readonly ENTRIES_MAPPER_GENERATION: "Mapper Generation"; readonly CONTENT_TYPES_MAPPER_GENERATION: "Mapper Generation"; readonly CONTENT_TYPES_DEPENDENCY_SETUP: "Dependency Setup"; readonly GLOBAL_FIELDS_MAPPER_GENERATION: "Mapper Generation"; readonly GLOBAL_FIELDS_DEPENDENCY_SETUP: "Dependency Setup"; readonly EXTENSIONS_MAPPER_GENERATION: "Mapper Generation"; readonly ASSETS_MAPPER_GENERATION: "Mapper Generation"; readonly ASSETS_FETCH_AND_MAP: "Fetch and Map"; readonly CUSTOM_ROLES_MAPPER_GENERATION: "Mapper Generation"; readonly MARKETPLACE_APPS_MAPPER_GENERATION: "Mapper Generation"; readonly MARKETPLACE_APPS_FETCH: "Fetch Apps"; readonly TAXONOMIES_MAPPER_GENERATION: "Mapper Generation"; readonly TAXONOMIES_FETCH: "Fetch Taxonomies"; readonly TAXONOMIES_TERMS_FETCH: "Fetch Terms"; }; export declare const MODULE_CONTEXTS: { readonly ENTRIES: "entries"; readonly CONTENT_TYPES: "content-types"; readonly GLOBAL_FIELDS: "global-fields"; readonly EXTENSIONS: "extensions"; readonly ASSETS: "assets"; readonly CUSTOM_ROLES: "custom-roles"; readonly MARKETPLACE_APPS: "marketplace-apps"; readonly TAXONOMIES: "taxonomies"; }; export declare const MODULE_NAMES: { readonly entries: "Entries"; readonly "content-types": "Content Types"; readonly "global-fields": "Global Fields"; readonly extensions: "Extensions"; readonly assets: "Assets"; readonly "custom-roles": "Custom Roles"; readonly "marketplace-apps": "Marketplace Apps"; readonly taxonomies: "Taxonomies"; }; export declare const PROCESS_STATUS: Record>; export type ImportSetupProcessName = (typeof PROCESS_NAMES)[keyof typeof PROCESS_NAMES]; export type ImportSetupModuleContext = (typeof MODULE_CONTEXTS)[keyof typeof MODULE_CONTEXTS];