import { Client } from '../client'; import { MessageRequest } from '../types'; export declare class MessageEvent { protected _client: Client; protected _requestPayload: MessageRequest; protected _requestId: string; private readonly _childDeviceId; constructor(client: Client, payload: MessageRequest, childDeviceId?: string); readonly params: any; readonly childDeviceId: string | undefined; } //# sourceMappingURL=messageEvent.d.ts.map