import { Observable } from '../index'; export declare const NEVER: Observable<{}>; export declare const never: () => Observable<{}>;