claude-monitor
Version:
Real-time terminal monitoring tool for Claude AI token usage
6 lines • 367 B
TypeScript
import type { Plan, PlanType } from '../types/index.js';
export declare const PLANS: Record<PlanType, Plan>;
export declare function getPlan(planType: PlanType): Plan;
export declare function getTokenLimit(planType: PlanType, customLimit?: number | null): number;
export declare function formatPlanName(planType: PlanType): string;
//# sourceMappingURL=plans.d.ts.map