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