import { Effect } from "@redux-saga/types";
export declare const isRaceEffect: (eff: Effect<any>) => boolean;
