import { XMLElements } from '../../utils/xmlParser'; export declare class FileDescriptorEventHandlerService { private mainService; private logger; private contactService; private eventService; private fileStorageService; private fileServerService; static create(): FileDescriptorEventHandlerService; onManagementMessageReceived(stanza: any): boolean; private manageArchiveFileReady; private manageFileStanzaData; manageThumbnailStanzaData(stanzaElem: XMLElements): Promise; } //# sourceMappingURL=fileDescriptorEventHandler.service.d.ts.map