import { Exception } from '@guarani/primitives';
/**
 * Base error class for the exceptions of the JOSE implementation.
 */
export declare abstract class JoseException extends Exception {
}
