export declare const useGetDeviceList: () => { deviceList: MediaDeviceInfo[] | null; isNotSupported: boolean; isLoading: boolean; }; //# sourceMappingURL=useGetDeviceList.d.ts.map