import { Point } from "../types.js";
export declare function getPointText(point: Point): string;
