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