import { Glue42Core } from "@glue42/core"; import { Glue42Office } from "../../../glue4office"; export declare const itemFromJSON: (item: Glue42Office.Outlook.T42Email | Glue42Office.Outlook.T42Task | Glue42Office.Outlook.T42Attachment, agm: Glue42Core.AGM.API, itemType: string) => any;