import { DeviceType } from '../../TUICallService/const'; export declare function useDeviceList(deviceType: DeviceType): readonly [{ readonly deviceList: import("@vue/reactivity").Ref; readonly currentDeviceId: import("@vue/reactivity").Ref; }, { readonly updateCurrentDeviceId: (value: any) => void; }];