import type { andand_key_T } from '../andand/index.js' /** * Returns Array of mapped `a` with `_andand(...name_a)`. */ export declare function map_andand( a:readonly In[], ...name_a:readonly andand_key_T[] ):Out[] export declare function maybe_map_andand( a:readonly Val[]|undefined, ...name_a:readonly andand_key_T[] ):Out[]|undefined export { map_andand as map__andand, } /** * Returns function that returns value from [map_andand](#map_andand) with `...attr_a`. */ export declare function map_andand_( ...attr_a:readonly andand_key_T[] ):(a:readonly In[])=>Out[] export { map_andand_ as _map_andand, map_andand_ as _map__andand, map_andand_ as _fn__map__andand, }