import { Server } from "./server"; import { Observable } from "rxjs"; export declare class GrpcDelegate { private readonly node; private readonly service; constructor(node: Server, service: T); execute(method: string, ...args: any[]): Observable; }