import { Command } from '../Editor/CommandMachine'; export declare class Command_PLTest implements Command { exec(): Promise; testResetPoint(): void; createPolyline(): void; testClosePoint(): void; splitPolyline(): void; splitRec(): void; testGetPointAtParam(): void; intersect(): void; } //# sourceMappingURL=polytest.d.ts.map