export declare function shouldSkipDemoResponseRedaction(url: string): boolean; /** * Install the browser-local demo-mode fetch interceptor. * Idempotent and browser-only — safe to call from any hook that runs in * every template root (we call it from `useDbSync`). */ export declare function ensureDemoModeFetchInterceptor(): void; //# sourceMappingURL=fetch-interceptor.d.ts.map