export declare function polyline(points: {
    x: number;
    y: number;
}[]): Path2D;
