export declare function circular<T>(iterable: Iterable<T>): Generator<T, void, undefined>;
//# sourceMappingURL=circular.d.ts.map