/** * @prettier */ export type MapAsync = (value: T) => Promise;