export type RPCCertifiedDevice<Type extends RPCDeviceType = RPCDeviceType> = Type extends RPCDeviceType.AudioInput ? BaseRPCCertifiedDevice<Type> & {  echo_cancellation: boolean;  noise_suppression: boolean;  automatic_gain_control: boolean;  hardware_mute: boolean;} : BaseRPCCertifiedDevice<Type>;