export declare const useSelectAudioInputDevice: () => (deviceId: string) => Promise; export default useSelectAudioInputDevice;