/** Filter all elements in an array, only leaving truthy values */ export declare function filterTruthy(arr: Array): Array;