/** * Error Module */ export { RwucError, ValidationError, FileError, ExecutionError, GitError, StateError, ConfigError, ErrorCode, type ErrorContext, } from './base-error.js'; export { ErrorHandler, getErrorHandler, handleError, normalizeError, withErrorHandling, withErrorHandlingSync, getErrorMessage, getErrorSuggestion, type ErrorHandlerOptions, } from './error-handler.js'; //# sourceMappingURL=index.d.ts.map