UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

10 lines (9 loc) 254 B
import { Server } from "@grpc/grpc-js"; import { Root } from "protobufjs"; export declare class Connection { private static connection; private static server; constructor(); static getConnection(): Root; static getServer(): Server; }