import { IUrlPayload } from '../IUrlPayload.js'; import { IMessengerFileEvent } from './IMessengerFileEvent.js'; export declare class MessengerFileEvent implements IMessengerFileEvent { file: IUrlPayload; channel: string; from: string; message_type: string; message_uuid: string; timestamp: string; to: string; } //# sourceMappingURL=messengerFileEvent.d.ts.map