declare function isNullOrUndefined(value: unknown): value is undefined | null;

export { isNullOrUndefined };
