export { default as linearInterpolation, lineCommand } from './linearInterpolation';
export { default as splineInterpolation, bezierCommand } from './splineInterpolation';
export { default as stepInterpolation, stepAfterInterpolation, stepBeforeInterpolation } from './stepInterpolation';