import { Glue42Core } from "@glue42/core"; import { Glue42Office } from "../../../glue4office"; export declare class AttachmentImpl implements Glue42Office.Outlook.Attachment { cookie: string; emailIds: Glue42Office.Outlook.T42Id[]; data: string; ids: Glue42Office.Outlook.T42Id[]; name: string; sizeHint: number; errorMessage: string; more: boolean; success: boolean; parent: Glue42Office.Outlook.Email | Glue42Office.Outlook.Task; private agm; constructor(attachment: Glue42Office.Outlook.T42Attachment, agm: Glue42Core.AGM.API, parent?: Glue42Office.Outlook.Email | Glue42Office.Outlook.Task); getData(callback?: (percent: number) => number): Promise; }