export declare class Plan { id: string; name: string; description: string; billingFrequencyMonths: number; price: number; trialPeriod: string | null; discount: number | null; platform: string | null; planGroup: string | null; gracePeriod: string | null; status: string; platformPrice: number | null; servicePlan: string | null; contractLengthMonths: number; }