declare const attempt: (fn: () => T, fallback: U) => T | U; export { attempt };