declare function catmullRom2bezier(pointList: any, z: any, constraint: any): any[]; export { catmullRom2bezier as smooth };