type Fetch = typeof fetch;
export declare function interceptHttpGet(originalFetch: Fetch): () => void;
export {};
