import type { ProviderQuota } from "./types.js"; export declare function withQuotaSemantics(provider: ProviderQuota, generatedAt: string): ProviderQuota;