import type { ProductPlan } from '../../types/index.js'; export declare function isValidPlan(plan: string): plan is ProductPlan; //# sourceMappingURL=is-valid-plan.d.ts.map