export declare const tryCatch: (callback: () => T, throwError: E) => Promise> | import("./Either").Left>;