/** * A Type Guard that checks if the given value is equal to null * * @category Type Guard */ declare const isNull: import("./types").TypeGuardFn; export { isNull };