export declare const isNil: (value: T | null | undefined) => value is null | undefined;