/** Stable opaque scope identity for a workflow run. Pure and safe for read-only consumers. */ export declare function stableScopeId

(prefix: P, value: string): `${P}_${string}`; //# sourceMappingURL=scope-id.d.ts.map