export declare const appendPlanString: (planTitle: string) => string; export declare const LAUNCH_PLAN_TITLE = "Launch"; export declare const GROWTH_PLAN_TITLE = "Growth"; export declare const SCALE_PLAN_TITLE = "Scale"; export declare const FUND_PLAN_TITLE = "Fund"; export declare const FUND_INVESTMENT_PLAN_TITLE = "Fund Investment"; export declare const LAUNCH_PLAN_NAME: string; export declare const GROWTH_PLAN_NAME: string; export declare const SCALE_PLAN_NAME: string;