import type { Polygon } from "./polygon.ts";
export declare function debugPolygon(polygon: Polygon): HTMLElement | null;
