import { MotionState } from "../types";
export declare function scheduleAnimation(state: MotionState): void;
export declare function unscheduleAnimation(state: MotionState): void;
//# sourceMappingURL=schedule.d.ts.map