export interface Subscription { active: boolean; status: string; plan: string; features: string[]; } //# sourceMappingURL=Subscription.d.ts.map