import { IterableProtocol } from './commons/types';
declare function cycle(seq: string | Array<any> | IterableProtocol): IterableProtocol;
export default cycle;
