import type { ProviderUsageSnapshot } from "./provider-usage.types.js"; export declare function fetchCopilotUsage(token: string, timeoutMs: number, fetchFn: typeof fetch): Promise;