import { CheckInterfereTool } from '../Common/InterfereUtil'; import { Command } from './../Editor/CommandMachine'; export declare class Interfere implements Command { checkInterfereTool: CheckInterfereTool; exec(): Promise; } //# sourceMappingURL=interfere.d.ts.map