import { Observable } from "rxjs"; export declare function forkJoinConcurrent(observables: Observable[], concurrent: number): Observable;