import * as reselect from 'reselect';
/**
 * @private
 */
export declare const mutedNotificationSelector: ((state: import("..").CallAdapterUiState & import("..").CallAdapterClientState) => {
    speakingWhileMuted: boolean;
}) & reselect.OutputSelectorFields<(args_0: import("../../../../../calling-stateful-client/src").DiagnosticsCallFeatureState | undefined) => {
    speakingWhileMuted: boolean;
}, {
    clearCache: () => void;
}> & {
    clearCache: () => void;
};
//# sourceMappingURL=mutedNotificationSelector.d.ts.map