import type { ProviderUsageExtra, ProviderUsageRow, ProviderUsageWindow } from '../../../shared/provider-usage.js'; import { usageError } from '../result.js'; export declare function fetchKimiUsage(): Promise>; export declare function parseKimiUsageResponse(data: unknown): { account?: string; error?: ReturnType; extras: ProviderUsageExtra[]; windows: ProviderUsageWindow[]; }; /** Surface email/name when present; hide opaque id-only tokens from the UI. */ export declare function kimiDisplayAccount(parts: { email?: string; name?: string; userId?: string; }): string | undefined; //# sourceMappingURL=kimi.d.ts.map