export declare const GeneralInformationMessageValidationConst: { campaignName: { type: string; message: string; }[]; medium: { type: string; message: string; }[]; }; export declare const GeneralInformationWAMessageValidationConst: { channel: { type: string; message: string; }[]; from: { type: string; message: string; }[]; text: { type: string; message: string; }[]; media: { type: string; message: string; }[]; fileName: { type: string; message: string; }[]; template: { type: string; message: string; }[]; category: { type: string; message: string; }[]; catalogue: { type: string; message: string; }[]; product: { type: string; message: string; }[]; body: { type: string; message: string; }[]; paramName: { type: string; message: string; }[]; }; export declare const GeneralInformationEmailMessageValidationConst: { channel: { type: string; message: string; }[]; from: { type: string; message: string; }[]; text: { type: string; message: string; }[]; template: { type: string; message: string; }[]; }; export declare const GeneralInformationSMSMessageValidationConst: { channel: { type: string; message: string; }[]; from: { type: string; message: string; }[]; text: { type: string; message: string; }[]; template: { type: string; message: string; }[]; }; export declare const GeneralInformationLineMessageValidationConst: { channel: { type: string; message: string; }[]; from: { type: string; message: string; }[]; text: { type: string; message: string; }[]; template: { type: string; message: string; }[]; }; export declare const FailoverMechanismValidationConst: { interval: { type: string; message: string; }[]; type: { type: string; message: string; }[]; accountId: { type: string; message: string; }[]; subject: { type: string; message: string; }[]; message: { type: string; message: string; }[]; templateName: { type: string; message: string; }[]; }; export declare const SchedulerMessageValidationConst: { startDate: { type: string; message: string; }[]; startTime: { type: string; message: string; }[]; };