export interface ServerRuntimeIdentity { version: string; buildId: string; } export declare function createRuntimeBuildId(version: string, runtimeDir: string): string; export declare function getServerRuntimeIdentity(): ServerRuntimeIdentity; //# sourceMappingURL=runtimeIdentity.d.ts.map