/** * Active shadow strategy — the only place `VaultFrame` is constructed. * Only reachable through `@noy-db/hub/shadow`. */ import type { ShadowStrategy } from './strategy.js'; export declare function withShadow(): ShadowStrategy;