import { Animation } from "../../types"; export declare function animateSync(animation: Animation, timeStep?: number, round?: boolean): number[];