import { HMSAudioNode } from './HMSAudioNode'; export declare class HMSMicNode extends HMSAudioNode { constructor(); setVolume(volume: number): any; }