type Point = [number, number]; /** * 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. */ export default function createArcForLWPolyline(from: Point, to: Point, bulge: number, resolution?: number): Point[]; export {}; //# sourceMappingURL=createArcForLWPolyline.d.ts.map