import Geom3 from './type'

export default toCompactBinary

declare function toCompactBinary(geom: Geom3): Float32Array
