import { ApiResponse } from '../interfaces/api-response.interface'; export declare class ExceptionService { getHttpResponse(exception: unknown): ApiResponse; private handleHttpException; private isClassValidatorException; private handleUnknownException; private getExceptionCode; }