import type { AnyFn } from './index.js'; /** Catch errors in user code in Result operators, and instead return `Err` instances. */ export declare function withSafety(fn: T): T;