import { OpenIdError } from './openid-error'; export declare class InvalidJwtToken extends OpenIdError { constructor(); }