import { Command } from "../Editor/CommandMachine";
export declare class Text2Curve implements Command {
exec(): Promise<void>;
private Path2Polyline;
private TCurve2Curve;
}
//# sourceMappingURL=Text2Curve.d.ts.map