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