import Poly3 from './type'

export default measureArea

declare function measureArea(polygon: Poly3): number
