import { ServiceTaskAttachment } from './serviceTaskAttachment'; export declare class TasksAttachments { id: number; taskType: 'u' | 'l'; address: string; recipientName: string; attachments: ServiceTaskAttachment[]; constructor(id: number, taskType: 'u' | 'l', address: string, recipientName: string, attachments: ServiceTaskAttachment[]); } //# sourceMappingURL=tasksAttachments.d.ts.map