import * as Layer from 'effect/Layer'; import * as Registry from '../Registry'; /** * Noop `Registry.Service` layer for testing — always returns empty query results. * Use this in test layer stacks that require `Registry.Service` but don't need * actual registry contents. */ export declare const registryLayerNoop: Layer.Layer; //# sourceMappingURL=registry.d.ts.map