import { JoseException } from './jose.exception'; /** * Raised when the provided algorithm in not supported. */ export declare class UnsupportedAlgorithmException extends JoseException { /** * Returns the default Error Message of the JOSE Exception. */ protected getDefaultMessage(): string; }