/** * Hook which handles polling the documentUrl for changes then attempts to merge what is new * * TODO: * - check lastModified or similar headers * - speed up the polling when there's a change then slowly slow it down */ export declare const useOpenApiWatcher: () => void; //# sourceMappingURL=useOpenApiWatcher.d.ts.map