import { IterateeShorthand } from './IterateeShorthand.mjs'; type ValueIterateeCustom = ((value: T) => TResult) | IterateeShorthand; export type { ValueIterateeCustom };