declare function tryCatchAsync(get: () => Promise): Promise; export { tryCatchAsync };