/** * Compact quota display tool - groups models by quota family * * Output format: * ``` * tornikevault * Claude [░░░░░░░░░░] 0% 3h23m * G-Flash [██████████] 100% 4h59m * G-Pro [██████████] 100% 4h59m * * tzedgin * Claude [░░░░░░░░░░] 0% 1h41m * G-Flash [██████████] 100% 4h59m * G-Pro [██████████] 100% 4h59m * ``` */ export declare const antigravity_quota: { description: string; args: {}; execute(args: Record, context: import("@opencode-ai/plugin").ToolContext): Promise; };