export declare function isObject(value: any): boolean; export default function getIterate(_: any): (item: any) => void;