/** * Returns `true` if the provided value is null. * @param v Arbitrary value. */ export declare function isNull(v?: any): boolean; //# sourceMappingURL=is-null.d.ts.map