import { Subject } from './Subject.class.js';
export declare function combineLatest(subjects: Subject<any>[]): Subject<any>;
