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