import { Observable } from 'rxjs'; export declare function fromCallback(registerCallback: (callback: (value: T) => void) => void): Observable;