/** * JRPC Client Base Exception Abstract * * @abstract * @licence MIT * @author Mahsum UREBE * @protected */ export declare abstract class JrpcClientBaseException extends Error { }