/** * @description 判断是否为对象 */ export declare const isObjectLike: (value: any) => boolean;