declare const isNullOrUndefined: (value: any) => boolean;
export { isNullOrUndefined };
