export declare class BillingPlanFeatures { featureId: number; planId: string; feature: string | null; status: 'active' | 'disabled' | 'draft'; }