import { Glue42Core } from "@glue42/core"; import { Glue42Office } from "../../../glue4office"; export declare const createItem: (agm: Glue42Core.AGM.API, item: Glue42Office.Outlook.EmailParams | Glue42Office.Outlook.TaskParams, itemType: string, options?: Glue42Office.Outlook.NewEmailOptions | Glue42Office.Outlook.NewTaskOptions) => Promise;