import Path2 from './type'

export default toCompactBinary

declare function toCompactBinary(geometry: Path2): Float32Array
