export declare const CONST_RPC_ERROR_MESSAGE_PARSE_ERROR = "Parse error"; export declare const CONST_RPC_ERROR_MESSAGE_INVALID_REQUEST = "Invalid request"; export declare const CONST_RPC_ERROR_MESSAGE_METHOD_NOT_FOUND = "Method not found"; export declare const CONST_RPC_ERROR_MESSAGE_INVALID_PARAMS = "Invalid params"; export declare const CONST_RPC_ERROR_MESSAGE_INTERNAL_ERROR = "RPC error"; export declare const CONST_RPC_ERROR_MESSAGE_SERVER_ERROR = "Server error";