import { Mapper } from 'augmentative-iterable'; export type AsyncCatchCallback = Mapper>; export type CatchCallback = Mapper;