import Poly3 from './type'
import Vec3 from '../../maths/vec3/type'

export default create

declare function create(vertices?: Array<Vec3>): Poly3
