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