import { HttpException } from '@nestjs/common'; export declare class InvalidApiUrlException extends HttpException { constructor(modelId: string, apiUrl: string | undefined); }