import type { a_nowrap_T } from '../a_nowrap/index.js' /** * Returns a function where the arguments to the wrapped function are sliced with begin_idx & end_idx. */ export declare function slice_arg_a_( fn:slice_arg_a_fn_T, begin_idx?:number, end_idx?:number ):slice_arg_a_T export declare type slice_arg_a_fn_T = ( arg_a:a_nowrap_T )=>Out export declare type slice_arg_a_T = ( arg_a:a_nowrap_T )=>Out export { slice_arg_a_ as slice_arg_a1_fn, slice_arg_a_ as _slice_arg_a1, slice_arg_a_ as _arg_a1__slice, slice_arg_a_ as _a1__arg__slice, }