import type { QuotaSnapshot, MultiAccountThresholds } from "./types.js"; export declare function loadMultiAccountQuota(): Promise; export declare function loadMultiAccountThresholds(): Promise; /** * Load quota from antigravity accounts file * Path: ~/.config/opencode/antigravity-accounts.json * Note: remainingFraction is inverted (0 = exhausted, 1 = full) */ export declare function loadAntigravityQuota(): Promise;