import { HttpException } from '@nestjs/common'; export declare class UuidException extends HttpException { field: string; constructor(field: string); }