export declare class ServiceTaskAttachment { id: number; url: string; attachmentType: string; originChannelId: number; constructor(id: number, url: string, attachmentType: string, originChannelId: number); } //# sourceMappingURL=serviceTaskAttachment.d.ts.map