declare function isNotEmpty<T = unknown>(val: T): boolean;

export { isNotEmpty };
