import { JoseException } from './jose.exception'; /** * Raised when the provided JSON Web Token is not valid yet. */ export declare class TokenNotValidYetException extends JoseException { /** * Returns the default Error Message of the JOSE Exception. */ protected getDefaultMessage(): string; }