export declare class AttachmentService { url: string; constructor(url: string); download(): Promise; }