import { Glue42Core } from "@glue42/core"; import { Glue42Office } from "../../../glue4office"; export declare class Manager { private agm; init(agm: Glue42Core.AGM.API): void; showItemMethod(ids: Glue42Office.Outlook.T42Id[], methodName: string): Promise; saveItemMethod(ids: Glue42Office.Outlook.T42Id[], methodName: string): Promise; getItemAsMsg(ids: Glue42Office.Outlook.T42Id[]): Promise; handleTrackingEmails(action: string, emailIds: Glue42Office.Outlook.T42Id[], conversationId?: Glue42Office.Outlook.T42Id): Promise<{ emailIds: Glue42Office.Outlook.T42Id[]; conversationIds: Glue42Office.Outlook.T42Id[]; }>; private validateIds; private combineConversationIds; } declare const _default: Manager; export default _default;