export declare const notEmpty: <TValue>(value: TValue | null | undefined) => value is TValue;
