export declare class GeneralInformationWAReqModel { name: string; accountId: string; type: string; text: string; subject: string; image: { url: string; }; video: { url: string; }; document: { url: string; fileName: string; }; template: { id?: string; name: string; lang: string; headerUrl?: string; header: any; data: any[]; button: any; buttonParams: any[]; carousel?: any[]; }; list: { button: string; sections: { title: string; items: { id: string; title: string; description: string; }[]; }[]; }; buttons: { type: string; id: string; title: string; }[]; category: string; isNeedSave: boolean; ttlSeconds: number; clone(source: any): GeneralInformationWAReqModel; convert(): any; }