declare const tryAsync: (cb: () => Promise, description?: string, errcb?: ((msg: string, err: unknown) => void) | undefined) => Promise; export default tryAsync;