import { Glue42Core } from "@glue42/core"; import { Glue42Office } from "../../../glue4office"; export declare const validateRecipients: (email: Glue42Office.Outlook.EmailParams | Glue42Office.Outlook.LocalEmailParams) => Glue42Office.Outlook.EmailParams; export declare const validateAttachments: (attachments: Glue42Office.Outlook.AttachmentParams[] | string[]) => string[] | Glue42Office.Outlook.AttachmentParams[]; export declare const validateDate: (date: Date | string | number, propertyName: string) => string | number | Date; export declare const validatePriority: (priority: string) => string; export declare const validateNewItemOptions: (options: Glue42Office.Outlook.NewEmailOptions | Glue42Office.Outlook.NewTaskOptions) => void; export declare const validateLocalEmailParameters: (agm: Glue42Core.AGM.API, localEmailParams: Glue42Office.Outlook.LocalEmailParams) => void; export declare const validateLocation: (location: Glue42Office.Outlook.Email | Glue42Office.Outlook.CommonOutlookFolder | string) => void; export declare const validateCalendarEventParameters: (agm: Glue42Core.AGM.API, action: string, event: Glue42Office.Outlook.T42Appointment | Glue42Office.Outlook.T42Meeting) => void; export declare const validateId: (id: Glue42Office.Outlook.T42Id) => Glue42Office.Outlook.T42Id;