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

export = isNull;
