UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 247 B
import type { ProviderUsageSnapshot, UsageProviderId } from "./provider-usage.types.js"; export declare function fetchGeminiUsage(token: string, timeoutMs: number, fetchFn: typeof fetch, provider: UsageProviderId): Promise<ProviderUsageSnapshot>;