import { OperatorFunction } from 'rxjs'; /** * Defined * * Filters an observable for defined value (not null, undefined or NaN) */ export declare const defined: () => OperatorFunction>;