/** * Converts array to an async iterable */ export declare function from(values: T[]): AsyncGenerator;