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