/** * * @param {Array>} array * @returns Promise */ export default function any(array: any): Promise;