import Plane from '../../../maths/plane/type'

import Slice from './type'

export default calculatePlane

declare function calculatePlane(slice: Slice): Plane
