import { Glue42Core } from "@glue42/core"; import { Glue42Office } from "../../../glue4office"; export declare class TaskImpl implements Glue42Office.Outlook.Task { actualWork: number; attachments: Glue42Office.Outlook.Attachment[]; body: string; creationTime: Date; dateCompleted: Date; dueDate: Date; ids: Glue42Office.Outlook.T42Id[]; priority: string; reminderTime: Date; startDate: Date; subject: string; entityType: number; constructor(task: Glue42Office.Outlook.T42Task, agm: Glue42Core.AGM.API); show(): Promise; saveToFile(): Promise; }