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