import { UncurryThisStaticApply } from "./uncurryThis.js"; declare const applyBind: any>(fn: T) => UncurryThisStaticApply; export = applyBind;