import { RequestContext } from '#types/http-interceptor.js'; export declare class HttpErrorHandler { handleError(error: any, ctx: RequestContext): void | Promise; } //# sourceMappingURL=http-error-handler.d.ts.map