import { Position, FormatPosition } from '../types.js'; export default function toFormatPos(pos: Position): FormatPosition;