/** * 判断是否为 null 类型函数 * @category Types * @param data : 需要判断的数据 * @returns : 返回判断结果布尔值 */ export declare const isNull: (data: any) => boolean;