export { PrometheusClient, PrometheusConfig, CacheConfig, CachedPrometheusClient, HTTPPrometheusClient } from './prometheus'; export type FetchFn = (input: RequestInfo, init?: RequestInit) => Promise;