import type { FallbackOptions, RouterHealthStore } from "./types.js"; export declare const capturedHealthStores: WeakMap; export declare function captureHealthStore(store: unknown): RouterHealthStore; export declare function snapshotFallback(fallback: FallbackOptions | undefined): FallbackOptions | undefined;