declare const isObjectLike: (value: any) => value is object | Function | any[]; export default isObjectLike;