import { Glue42Core } from "@glue42/core"; import { Glue42Office } from "../../../glue4office"; export declare const handleTrackingItems: (agm: Glue42Core.AGM.API, action: string, event: Glue42Office.Outlook.T42Appointment | Glue42Office.Outlook.T42Meeting, conversationId?: Glue42Office.Outlook.T42Id) => Promise<{ event: Glue42Office.Outlook.T42Appointment | Glue42Office.Outlook.T42Meeting; conversationIds: Glue42Office.Outlook.T42Id[]; }>;