declare function inside(point: number[], polygon: number[][]): boolean;
export { inside, inside as pointInPolygon };
