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