/** Aligned with contentstack-import `PATH_CONSTANTS` for AM mapper defaults. */ export declare const PATH_CONSTANTS: { readonly MAPPER: "mapper"; readonly FILES: { readonly UID_MAPPING: "uid-mapping.json"; readonly URL_MAPPING: "url-mapping.json"; readonly SPACE_UID_MAPPING: "space-uid-mapping.json"; }; readonly MAPPER_MODULES: { readonly ASSETS: "assets"; }; };