import { Exception } from '@unvision/primitives';
/**
 * Base JOSE exception.
 */
export declare abstract class JoseException extends Exception {
}
