type AugnitoNotificationMessage = { FromDeviceId: string; ToDeviceId: string; SeqId: string; AckOf: string; Type: string; TimeStamp: string; }; export { AugnitoNotificationMessage };