import { IResourceOperationDef } from "../../../utils/CommonDefinitions"; export declare enum EmailParts { BodyStructure = "bodyStructure", Flags = "flags", Size = "size", AttachmentsInfo = "attachmentsInfo", TextContent = "textContent", HtmlContent = "htmlContent", Headers = "headers" } export declare const getEmailsListOperation: IResourceOperationDef;