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