import { IKeyValueIterable, IKeyValueIterableLike } from './key-value-iterable';
export declare function keyValueIterableLikeToKeyValueIterable<GKey, GValue>(keyValueIterableLike: IKeyValueIterableLike<GKey, GValue>): IKeyValueIterable<GKey, GValue>;
