/** * Compute a deterministic UUIDv5 (SHA-1 based) of `seed` under the URL * namespace. The same `seed` always produces the same UUID. */ export declare function deterministicAppId(seed: string): string; //# sourceMappingURL=deterministicId.d.ts.map