import type { Callable, CallableWithOverloadsWithAlternativeReturn, AttemptifySyncOptions } from './types.js'; declare const attemptifySync: (fn: T, options: AttemptifySyncOptions) => CallableWithOverloadsWithAlternativeReturn; export default attemptifySync;