import { Observable } from "rxjs"; export declare function forkJoinObject(instance: { [K in keyof T]: T[K] | Observable; }): Observable;