export declare function bindThisInAllObjFn(thisArg: any, obj: {
    [key: string]: any;
}): void;
//# sourceMappingURL=helpers.d.ts.map