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