import { HttpException } from "@nestjs/common";
export declare class InvalidCastException extends HttpException {
    originError: any;
    constructor(error: any);
}
