export declare function isNotEmpty(value: T | null | undefined | ""): value is T; //# sourceMappingURL=is-not-empty.d.ts.map