export declare function isNil<T>(value?: T | null): value is null | undefined;
//# sourceMappingURL=index.d.ts.map