import Poly2 from './type'

export default measureArea

declare function measureArea(polygon: Poly2): number
