import { Attachment, AttachmentEntity } from '../sub-clients/common/model/Attachment'; export declare class AttachmentEntityFactory { static sample(entity: Partial): AttachmentEntity; } export declare class AttachmentFactory { static sample(attachment: Partial): Attachment; }