export declare class NoGrpcConnectionError extends Error {
    constructor(message: string, connectionString: any);
}
