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