import { ObservableInputTuple, OperatorFunction } from '../types'; /** @deprecated Replaced with {@link raceWith}. Will be removed in v8. */ export declare function race(otherSources: [...ObservableInputTuple]): OperatorFunction; /** @deprecated Replaced with {@link raceWith}. Will be removed in v8. */ export declare function race(...otherSources: [...ObservableInputTuple]): OperatorFunction; //# sourceMappingURL=race.d.ts.map