import { MaybeReactive, NumericallyKeyed, ObservableWithMotionOperators } from './types'; export declare type CombineLatestOptions = { waitForAllValues?: boolean; }; export declare function combineLatest>, U extends Array>(streams: T, options?: CombineLatestOptions): ObservableWithMotionOperators; export declare function combineLatest>(streams: T, options?: CombineLatestOptions): ObservableWithMotionOperators;