export declare const isNotNil: (item: T | null | undefined) => item is T; //# sourceMappingURL=isNotNil.d.ts.map