import _isFunction from "./objects/_isFunction"; import _isNaN from "./objects/_isNaN"; import _rest from "./array/_rest"; import _tuple from "./array/_tuple"; import _zip from "./array/_zip"; declare const helper: { _isFunction: typeof _isFunction; _isNaN: typeof _isNaN; _rest: typeof _rest; _tail: typeof _rest; _drop: typeof _rest; _tuple: typeof _tuple; _zip: typeof _zip; }; export default helper;