declare function isNull(value: unknown): value is null; export default isNull;