import { Command } from "../Editor/CommandMachine"; export declare class DrawTangentLine implements Command { exec(): Promise; } //# sourceMappingURL=Tangent.d.ts.map