export interface PlanInfo { name: string; monthlyPrice: number; yearlyPrice: number; credits: number; requestsPerSecond: number; } export declare const PLAN_CATALOG: Record; //# sourceMappingURL=planCatalog.d.ts.map