/** * Extension system error definitions. * * @module extensions/errors */ /** Shared missing extension error value. */ export declare const MISSING_EXTENSION_ERROR: import("../errors/types.js").RegisteredError; /** Shared extension validation error value. */ export declare const EXTENSION_VALIDATION_ERROR: import("../errors/types.js").RegisteredError; /** Shared circular dependency error value. */ export declare const CIRCULAR_DEPENDENCY_ERROR: import("../errors/types.js").RegisteredError; /** Shared extension conflict error value. */ export declare const EXTENSION_CONFLICT_ERROR: import("../errors/types.js").RegisteredError; /** Shared extension setup timeout error value. */ export declare const EXTENSION_SETUP_TIMEOUT_ERROR: import("../errors/types.js").RegisteredError; //# sourceMappingURL=errors.d.ts.map