import { TrackItem } from "../types"; import { Glue42Office } from "../../../glue4office"; export declare class TrackEmailDictionary implements TrackItem { private items; containsIds(ids: Glue42Office.Outlook.T42Id[]): boolean; add(emailIds: Glue42Office.Outlook.T42Id[], ids: Glue42Office.Outlook.T42Id[]): void; remove(ids: Glue42Office.Outlook.T42Id[]): void; get(ids: Glue42Office.Outlook.T42Id[]): Glue42Office.Outlook.T42Id[]; private getOutlookId; } declare const _default: TrackEmailDictionary; export default _default;