import { FastifyReply as Response } from 'fastify'; import { QueryFailedError } from 'typeorm'; import { ArgumentsHost, ExceptionFilter } from '@nestjs/common'; export declare class QueryFailedExceptionFilter implements ExceptionFilter { catch(exception: QueryFailedError, host: ArgumentsHost): Response, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown>; private getHttpStatus; private parseErrorDetails; private isUniqueConstraintError; }