import type { call_fn_T } from '../call/index.js' /** * Returns function bound to self that applies arg_a with ...arg_a_ */ export declare function bind_apply_< Self extends unknown = unknown, A_outer extends unknown = unknown, A_inner extends unknown[] = unknown[], Out extends unknown = unknown >( fn:call_fn_T, self:Self, in_arg_a?:A_outer ):ReturnType> export { bind_apply_ as _bind_apply, bind_apply_ as _apply__bind, }