declare function isNil(value: any): value is null | undefined; export { isNil };