export declare function notEmpty<T>(value: T | null | undefined): value is T;
//# sourceMappingURL=arrayUtils.d.ts.map