export interface ChronicleRuntimeIdentityInput { globalRoot: string; projectId: string; projectDir: string; now?: Date | undefined; } export interface ChronicleRuntimeLocation { installationId: string; machineId: string; projectId: string; journalPath: string; } /** * Resolve privacy-preserving stable IDs and a UTC daily project partition. * Raw host names and global paths never enter the journal envelope. */ export declare function resolveChronicleRuntimeLocation(input: ChronicleRuntimeIdentityInput): ChronicleRuntimeLocation; //# sourceMappingURL=identity.d.ts.map