import { ISystemPricingPlan } from "../definitions"; /** * Transform plan.pricings array to properties by pricing_type * @param plans pure result from database * @return ISystemPricingPlan[] */ export declare function buildPricingPlans(plans: any): ISystemPricingPlan[];