import type { TelemetrySignalLevel } from "../types"; export declare const instrumentFetch: (level?: TelemetrySignalLevel) => void;