import { Animation } from "../types"; export declare const batch: (...animations: Animation[]) => Animation;