import { Glue42Core } from "@glue42/core"; import { Glue42Office } from "../../../glue4office"; export declare const createEmail: (agm: Glue42Core.AGM.API, email?: Glue42Office.Outlook.EmailParams, options?: Glue42Office.Outlook.NewEmailOptions) => Promise;