import { HttpException } from "@nestjs/common"; export declare class PrivateKeyNotSetted extends HttpException { constructor(); }