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