/**
 * Error Handling Package
 * Provides comprehensive error handling for BaoLife.
 */
export { GameError, InsufficientResourcesError, ServerError, PlayerNotFoundError, InvalidActionError, ValidationError, RateLimitError, DatabaseError, ErrorCodes, type ErrorCode, type SendToClientFn, type ErrorHandlerOptions, type ErrorPayload, formatErrorForClient, formatUnknownErrorForClient, logError, sendErrorToClient, handleErrors, handleErrorsSync, isGameError, isInsufficientResourcesError, isServerError, isRateLimitError, createErrorResponse, errorHandler, } from './error_handler.js';
//# sourceMappingURL=index.d.ts.map