import { PointOnShape } from "./point-on-shape.js"; /** * @internal */ declare function isPosSharpCorner(pos: PointOnShape): boolean; export { isPosSharpCorner };