import { HttpException } from '@nestjs/common'; export declare class LontaraException { static showError(error: any): HttpException; }