import { Call } from '../Call';
/**
 * An event handler that handles soft mutes.
 *
 * @param call the call.
 */
export declare const handleRemoteSoftMute: (call: Call) => () => void;
