import { OperatorFunction, ObservableInputTuple } from '../types'; export declare function withLatestFrom(...inputs: [...ObservableInputTuple]): OperatorFunction; export declare function withLatestFrom(...inputs: [...ObservableInputTuple, (...value: [T, ...O]) => R]): OperatorFunction; //# sourceMappingURL=withLatestFrom.d.ts.map