/** * @param values values to be returned by the async iterable */ export declare function of(...values: T[]): AsyncGenerator;