import type { slice_arg_a_fn_T, slice_arg_a_T } from '../slice_arg_a/index.js' /** * Returns a function where the first `count` arguments are sent to the wrapped function. */ export declare function head_arg_a_( fn:slice_arg_a_fn_T, count?:number ):slice_arg_a_T export { head_arg_a_ as head_arg_a1_fn, head_arg_a_ as _head_arg_a1, head_arg_a_ as _arg_a1__head, }