import type * as grpc from '@grpc/grpc-js'; import type { MessageTypeDefinition } from '@grpc/proto-loader'; import type { ProxyClient as _litrpc_ProxyClient, ProxyDefinition as _litrpc_ProxyDefinition } from './litrpc/Proxy'; declare type SubtypeConstructor any, Subtype> = { new (...args: ConstructorParameters): Subtype; }; export interface ProtoGrpcType { litrpc: { BakeSuperMacaroonRequest: MessageTypeDefinition; BakeSuperMacaroonResponse: MessageTypeDefinition; GetInfoRequest: MessageTypeDefinition; GetInfoResponse: MessageTypeDefinition; Proxy: SubtypeConstructor & { service: _litrpc_ProxyDefinition; }; StopDaemonRequest: MessageTypeDefinition; StopDaemonResponse: MessageTypeDefinition; }; } export {};