export declare class PackageReqModel { name: string; monthlyRental: number; conversationMsg: string; businessMsg: string; contacts: string; isMultipleFlow: boolean; tps: number; multichatLiveAgent: string; multichatLiveSupervisor: string; numberOfFlow: string; waOfficialAccount: string; dashboardToSendMessage: string; reportAdminPanel: string; trainingSupport: string; isMultiple: string; checklistWa: boolean; checklistTele: boolean; checklistLine: boolean; specifyPackage: string; customDevelopment: string; oneUsageCostConversation: string; ovrUsgConversationRateCard: boolean; ovrUsgNotficationRateCard: boolean | string; ovrUsgConversationCost: string; ovrUsgNotficationCost: string; signupOrSetup: string; checklistAdm: boolean; checklistUser: boolean; checklistClient: boolean; checklistChatAgentAdmin: boolean; checklistChatAgentUser: boolean; country: string; currency: string; customPackage: boolean; costPerCustomer: string; costPerBusiness: string; setupFeeRateCard: boolean | string; setupFee: string; type: string; recomended: string; clone(source: any): PackageReqModel; }