import type { Account, AccountQuotaResult, AccountsConfig } from './types'; export declare const CONFIG_PATHS: string[]; export declare function loadAccountsConfig(): AccountsConfig | null; export declare function fetchAccountQuota(account: Account): Promise; export declare function fetchAllQuotas(accounts: Account[]): Promise;