import { Observable } from 'rxjs'; /** * This function is meant to work as a call to rxjs's `of` function without any arguments * @returns a void Observable, that calls next once and then completes */ export declare function ofVoid(): Observable;