import type Geom3 from './type'

export function isConvex(geometry: Geom3): boolean
