export declare const boundedCycle: (min: number, max: number) => (t: number) => number;