export declare const MODULE_NOT_FOUND: import("../types.js").RegisteredError; export declare const IMPORT_RESOLUTION_ERROR: import("../types.js").RegisteredError; export declare const CIRCULAR_DEPENDENCY: import("../types.js").RegisteredError; export declare const INVALID_IMPORT: import("../types.js").RegisteredError; export declare const DEPENDENCY_MISSING: import("../types.js").RegisteredError; export declare const VERSION_MISMATCH: import("../types.js").RegisteredError; export declare const LOCKFILE_FORMAT_MISMATCH: import("../types.js").RegisteredError; export declare const LOCKFILE_READ_ERROR: import("../types.js").RegisteredError; /** Registry fragment for MODULE errors (slug → definition). */ export declare const MODULE_REGISTRY: { readonly "module-not-found": import("../types.js").RegisteredError; readonly "import-resolution-error": import("../types.js").RegisteredError; readonly "circular-dependency": import("../types.js").RegisteredError; readonly "invalid-import": import("../types.js").RegisteredError; readonly "dependency-missing": import("../types.js").RegisteredError; readonly "version-mismatch": import("../types.js").RegisteredError; readonly "lockfile-format-mismatch": import("../types.js").RegisteredError; readonly "lockfile-read-error": import("../types.js").RegisteredError; }; //# sourceMappingURL=module.d.ts.map