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