import Position from "../position/Position";
export default function midPosition(start: any, end: any): Position;
