import type { MValue, Properties, VectorPolygon } from '../../../index.js'; /** * Check if two XY(Z) Polygons are equal * @param a - The first XY(Z) Polygon * @param b - The second XY(Z) Polygon * @returns - True if the two XY(Z) Polygons are equal */ export declare function equalPolys(a: VectorPolygon, b: VectorPolygon): boolean; //# sourceMappingURL=equal.d.ts.map