import { TgdAnimation } from "../../types/animation";
/**
 * Create an animation which is the chain of `animations`.
 */
export declare function tgdAnimChain(animations: TgdAnimation[], options?: Partial<{
    delay: number;
    repeat: number;
    easingFunction(this: void, x: number): number;
    onEnd(): void;
}>): TgdAnimation;
//# sourceMappingURL=chain.d.ts.map