import { Attachment, AttachmentEntity } from '../model/Attachment'; export declare const convertAttachment: (entity: AttachmentEntity) => Attachment;