/**
 * Describes how to perform iterations
 */
export declare type Way = '->' | '<-';
