import { OperatorFunction } from "rxjs"; /** Catches any errors and includes them in the observable stream */ export declare function catchErrorInline(): OperatorFunction;