export declare const ClientFacingDeviceChangedEventType: { readonly ProviderDeviceCreated: "provider.device.created"; readonly ProviderDeviceUpdated: "provider.device.updated"; }; export type ClientFacingDeviceChangedEventType = (typeof ClientFacingDeviceChangedEventType)[keyof typeof ClientFacingDeviceChangedEventType];