import Plane from './type'

export default toString

declare function toString(plane: Plane): string
