export declare class Plan { id: string; name: string; code: string; description: string; priceMonthly: number; priceYearly: number; currency: string; includedTokens: number; features: Record; maxProducts: number; maxUsers: number; whatsappOwnNumber: boolean; status: string; stripePriceIdMonthly: string; stripePriceIdYearly: string; createdAt: Date; updatedAt: Date; }