import type { TryCatchFunction, ObservableReadonly, Resolved } from '../types'; declare const tryCatch: (value: T, fn: TryCatchFunction) => ObservableReadonly>; export default tryCatch;