import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Transforms an exception into an `Maybe`. If `f` throws, returns `None`, * otherwise returns the output wrapped in `Some`. * @tsplus static Maybe.Ops tryCatch * @tsplus location "@tsplus/stdlib/data/Maybe/tryCatch" */ export declare function tryCatch(f: LazyArg): Maybe; //# sourceMappingURL=tryCatch.d.ts.map