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