import { Attachment } from "./constants"; import { Notifier } from "./notifier"; import { EventUnion, NotifyUnion } from "./sfu-extended"; export declare class AttachmentsTransferClient { #private; constructor(notifier: Notifier, attachment: Attachment); downloadAttachment(url: string): Promise; disconnect(): Promise; }