/** @internal */
import { Loop } from 'flo-boolean';
/**
 * @internal
 * Get topmost PointOnShape of the given loop.
 */
declare function getMinYPos(loop: Loop): import("../point-on-shape/point-on-shape.js").PointOnShape;
export { getMinYPos };
