export declare function isNotNil(value: undefined | null | string | number | boolean): boolean;