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