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