export interface ServerTelemetryContext { projectId: string; distinctId: string | undefined; command: string; nodeEnv: string; } export declare function getServerTelemetryContext(): ServerTelemetryContext; //# sourceMappingURL=context.d.ts.map