export declare enum AttachmentStatusEnum { ACTIVE = "ACTIVE", ARCHIVED = "ARCHIVED", ERROR = "ERROR" }