/** * Machine ID utilities for stable telemetry identity. * Uses existing machine-id file at ~/.local/share/agentworkforce/relay/machine-id */ export declare function getMachineIdPath(): string; /** * Load or generate machine ID using atomic file creation to avoid race conditions. */ export declare function loadMachineId(): string; /** SHA256 hash of machine ID, truncated to 16 chars */ export declare function createDistinctId(): string; //# sourceMappingURL=machine-id.d.ts.map