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;
}
