import { AsyncIterableX } from './asynciterablex'; export declare function ofValues(source: { [key: string]: TSource; }): AsyncIterableX;