import * as reselect from 'reselect';
/**
 * @private
 */
export declare const capabilitiesChangedInfoAndRoleSelector: ((state: import("..").CallAdapterUiState & import("..").CallAdapterClientState) => {
    capabilitiesChangeInfo: import("@azure/communication-calling").CapabilitiesChangeInfo | undefined;
    participantRole: import("@azure/communication-calling").ParticipantRole | undefined;
}) & reselect.OutputSelectorFields<(args_0: import("@azure/communication-calling").CapabilitiesChangeInfo | undefined, args_1: import("@azure/communication-calling").ParticipantRole | undefined) => {
    capabilitiesChangeInfo: import("@azure/communication-calling").CapabilitiesChangeInfo | undefined;
    participantRole: import("@azure/communication-calling").ParticipantRole | undefined;
}, {
    clearCache: () => void;
}> & {
    clearCache: () => void;
};
//# sourceMappingURL=capabilitiesChangedInfoAndRoleSelector.d.ts.map