export type DeviceRegistrationEvents = { deviceRegistrationCompleted: () => void; deviceRegistrationCompletedInAnotherTab: () => void; };