export default ShapePath; declare function ShapePath(): void; declare class ShapePath { c: boolean; _length: number; _maxLength: number; v: any; o: any; i: any; setPathData(closed: any, len: any): void; setLength(len: any): void; doubleArrayLength(): void; setXYAt(x: any, y: any, type: any, pos: any, replace: any): void; setTripleAt(vX: any, vY: any, oX: any, oY: any, iX: any, iY: any, pos: any, replace: any): void; reverse(): ShapePath; }