/** * Error Handler Middleware * Centralized error handling for HTTP API */ /** * Global error handler */ export declare function setupErrorHandler(fastify: any): void; //# sourceMappingURL=error-handler.d.ts.map