import { GlideChoiceList } from "../types/GlideChoiceList.js"; export declare class PlanInfo { constructor(data?: string); id(): string; isValid(): boolean; name(): string; stages(): GlideChoiceList; state(): string; } //# sourceMappingURL=PlanInfo.d.ts.map