declare function isNull(val: any): val is null; export default isNull;