export declare class ApiErrorResponseDto { statusCode: number; error: string; message: string; code: string; } export declare const ApiValidationError: (description?: string) => MethodDecorator & ClassDecorator; export declare const ApiUnauthorized: (description?: string) => MethodDecorator & ClassDecorator; export declare const ApiForbidden: (description?: string) => MethodDecorator & ClassDecorator; export declare const ApiNotFoundError: (description?: string) => MethodDecorator & ClassDecorator; export declare const ApiConflictError: (description?: string) => MethodDecorator & ClassDecorator; export declare const ApiTooManyRequests: (description?: string) => MethodDecorator & ClassDecorator; export declare const ApiStandardErrors: () => (target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void; export declare const ApiAuthErrors: () => (target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void; //# sourceMappingURL=api-responses.decorator.d.ts.map