/** * @param {any[]} array * @return {ReturnType} */ export function from(...array: any[]): ReturnType; import Readable from 'readable-stream';