import { SmrtCollection } from '@happyvertical/smrt-core'; import { SubscriptionPlan } from '../models/SubscriptionPlan.js'; export declare class SubscriptionPlanCollection extends SmrtCollection { static readonly _itemClass: typeof SubscriptionPlan; findByPlanKey(planKey: string): Promise; findActive(): Promise; findByStripePriceId(stripePriceId: string): Promise; } //# sourceMappingURL=SubscriptionPlanCollection.d.ts.map