import { HttpException } from '@nestjs/common'; export declare class IssuerNotAllowed extends HttpException { constructor(expected: string, received: string); }