import { JoseException } from'./jose.exception';
/**
* Raised when the provided JOSE Header is invalid.
*/
export declare classInvalidJoseHeaderExceptionextendsJoseException {
/**
* Returns the default Error Message of the JOSE Exception.
*/protectedgetDefaultMessage(): string;
}