import type { TupleOf } from '@bemedev/core/lib/globals/types.js'; import type { Checker_F, LengthOf } from './types'; export type ReduceFunctions_F = (...functions: T) => (...args: TupleOf>) => boolean; export type ReduceFunction_F = (func: T) => (arg: unknown) => boolean; //# sourceMappingURL=reduceFunctions.types.d.ts.map