export default pointPool; declare const pointPool: { newElement: () => any; release: (element: any) => void; };