import { PlanInfo } from './types'; export declare class Plan { readonly info: PlanInfo; constructor(info: PlanInfo); }