/** * Create the arcs point for a LWPOLYLINE. The start and end are excluded * * See diagram.png in this directory for description of points and angles used. */ declare const _default: (from: number[], to: number[], bulge: number, resolution?: number) => number[][]; export default _default;