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