/**
 */
declare function isNull(val: any): boolean;
export default isNull;
