export class Point { constructor(x: any, y: any); x: any; y: any; } export class DPoint { constructor(x: any, y: any, direction: any); x: any; y: any; direction: any; } export class PathData { constructor(segments: any, isHole: any, holeChildren: any, ignore: any); segments: any; isHole: any; holeChildren: any; ignore: any; } export namespace defaultOptions { let filterHoles: number; let enhanceCorners: boolean; let lineTolerance: number; let splineTolerance: number; let mergePaths: boolean; let precision: number; let strokeWidth: number; } //# sourceMappingURL=util.d.ts.map