export declare const gitZoneRemotePath = "/services/git-zone/remote"; export declare const GitZoneRemoteServer: unique symbol; export interface IGitZoneRemoteEnvironment { workspacePath: string; processId: number; theiaPort?: number; serverVersion?: string; } export interface IGitZoneRemoteServer { getEnvironment(): Promise; } //# sourceMappingURL=gitzone-remote-protocol.d.ts.map