import CerebroError from "./cerebro-error.d.ts"; /** * Error thrown when update notifier operations fail. */ export default class UpdateNotifierError extends CerebroError { constructor(message: string, code?: string, context?: Record); }