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