import { Observable, ObservableInput } from "rxjs"; export declare function forkJoinSafe(array: Array>): Observable;