/**
 * @param value
 * @return boolean
 */
export declare const isNull: (value: any) => boolean;
