export declare class CreatePackageReqModel { name: string; channels: string[]; customDevelopment: boolean; maxAgent: string; maxContact: string; maxFlow: string; maxSupervisor: string; monthlyConversation: string; monthlyNotification: string; monthlyRental: number; monthlyRentalRateCard: string; ovrUsgConversation: string; ovrUsgConversationCost: string; ovrUsgConversationRateCard: boolean; ovrUsgNotification: string; ovrUsgNotificationCost: string; ovrUsgNotificationRateCard: boolean; reports: boolean; roles: string; sendMsgDashboard: boolean; setupFee: string; tps: number; training: boolean; waOfficialAcc: boolean; customPackage: boolean; countryCode: string; costPerCustomer: string; costPerBusiness: string; setupFeeRateCard: boolean; type: string; recomended: string; clone(source: any): CreatePackageReqModel; convert(): any; }