import Plane from './type'

export default flip

declare function flip(out: Plane, plane: Plane): Plane
