import { CachingHttpClient } from '../src';
export declare function isHttpEnabled(): boolean;
/**
* @param name
* @return a new CachingHttpClient that reads from the given fixture directory.
*/
export declare function getHttpClient(name: string): CachingHttpClient;
//# sourceMappingURL=http.util.d.ts.map