import { Observable } from 'rxjs';
export declare const sync: <T>(synchronousObservable: Observable<T>) => T | undefined;
