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