import { type QuotaState } from '../../quota/provider-quota-center.js'; export declare function canonicalizeProviderKey(providerKey: string): string; export declare function mergeQuotaStates(providerKey: string, states: QuotaState[]): QuotaState;