export declare function getAreaPath(points: {
  x: number;
  y: number;
}[]): string;