import { FrameIterable } from '../animation-description';
/**
 * @summary Repeats an animation a specified number of times.
 * @remarks Note that passing a generator object to repeat will not work as expected;
 * @category Animation
 */
export declare function repeat(animation: FrameIterable | (() => FrameIterable), times: number): FrameIterable;
//# sourceMappingURL=repeat.d.ts.map