import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Constructs a new `Either` from a function that might throw. * @tsplus static Either.Ops tryCatch * @tsplus location "@tsplus/stdlib/data/Either/tryCatch" */ export declare function tryCatch(f: LazyArg, onError: (e: unknown) => E): Either; //# sourceMappingURL=tryCatch.d.ts.map