import Poly3 from './type' import Plane from '../../maths/plane/type' export default plane declare function plane(polygon: Poly3): Plane;