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