/**
 *
 * @param arr
 */
export declare function noEmpty<T>(arr: T[]): T[];
