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