2022-02-16 11:15:31 +08:00
|
|
|
import { CheckInterfereTool } from '../Common/InterfereUtil';
|
2021-01-28 10:17:21 +08:00
|
|
|
import { Command } from './../Editor/CommandMachine';
|
|
|
|
export declare class Interfere implements Command {
|
2022-02-16 11:15:31 +08:00
|
|
|
checkInterfereTool: CheckInterfereTool;
|
2021-01-28 10:17:21 +08:00
|
|
|
exec(): Promise<void>;
|
|
|
|
}
|
|
|
|
//# sourceMappingURL=interfere.d.ts.map
|