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