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