import { OperatorFunction } from 'rxjs'; /** * First defined * * Filters an observable and returns first emitted defined value (not null, undefined or NaN) */ export declare const firstDefined: () => OperatorFunction>;