import { RemoteParticipantState } from "../../calling-stateful-client/src";
/**
 * @private
 */
export declare const getRemoteParticipantsExcludingConsumers: ((state: import("../../calling-stateful-client/src").CallClientState, props: import("./baseSelectors").CallingBaseSelectorProps) => {
    [keys: string]: RemoteParticipantState;
} | undefined) & import("reselect").OutputSelectorFields<(args_0: {
    [keys: string]: RemoteParticipantState;
} | undefined) => {
    [keys: string]: RemoteParticipantState;
} | undefined, {
    clearCache: () => void;
}> & {
    clearCache: () => void;
};
//# sourceMappingURL=getRemoteParticipantsExcludingConsumers.d.ts.map