import * as E from 'fp-ts/Either'; export declare const tryToEither: (block: () => T) => E.Either; //# sourceMappingURL=Try.d.ts.map