/** * 对象判断 */ export declare const isObject: (value: any) => boolean;