import { Command } from "../Editor/CommandMachine"; export declare class CheckHoles implements Command { exec(): Promise; /** * 存在通孔 */ private IsThough; private IsCollsion; } //# sourceMappingURL=CheckHoles.d.ts.map