import { GlideChoiceList } from "../types/GlideChoiceList"; export declare class PlanInfo { constructor(data?: string); id(): string; isValid(): boolean; name(): string; stages(): GlideChoiceList; state(): string; }