import { IUrlPayload } from '../IUrlPayload.js'; import { IMessengerAudioEvent } from './IMessengerAudioEvent.js'; export declare class MessengerAudioEvent implements IMessengerAudioEvent { channel: string; from: string; message_type: string; message_uuid: string; timestamp: string; to: string; audio: IUrlPayload; } //# sourceMappingURL=messengerAudioEvent.d.ts.map