/** * An alternative to `obj.method.bind(obj)` that utilizes a weakmap to return * the same memory reference for sequent binds. */ export declare function memoBind(obj: T, methodKey: K): T[K]; //# sourceMappingURL=memoBind.d.ts.map