import type { Scope } from '../lib/context/Scope.js'; export type ScopeBuilder = Scope> = () => S; //# sourceMappingURL=context.d.ts.map