export declare function iterateSorted<T>(getIndex: (x: T) => number, a: Iterable<T>, b: Iterable<T>): IterableIterator<T>;
