import { Guard } from "../types";
declare const isNull: Guard<null>;
export { isNull };
//# sourceMappingURL=isNull.d.ts.map