/**
 * 判断是否为 object
 */
export declare function isObject(value: unknown): value is Record<string, any>;
