import { JoseException } from'./jose.exception';
/**
* Raised when a JSON Web Token is expired.
*/
export declare classExpiredTokenExceptionextendsJoseException {
/**
* Returns the default Error Message of the JOSE Exception.
*/protectedgetDefaultMessage(): string;
}