/** * Removes all `undefined` values within an array without creating additional * arrays */ export declare function removeUndefinedItems(array: Array): Array;