import type Maybe from './Maybe.js';
export default function tryCatch<T>(fn: () => T): Maybe<T>;
//# sourceMappingURL=tryCatch.d.ts.map