export declare function stableHash(value: string): string; export declare function deterministicActivityId(type: string, runId: string | null, timestamp: string, agentId: string | null, event: string | null): string; export declare function idempotencyKey(parts: Array): string;