export declare const isNotNil: <T>(p: T) => p is Exclude<T, undefined | null>;
