export declare class TokenDeviceSetNotificationIdDtoModel {
    notificationId: string;
    ClientMACAddress: string;
}
