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