declare function isNil(val: any): boolean;

export = isNil;
