import { Command } from '../Editor/CommandMachine'; export declare class Entsel implements Command { NoHistory: boolean; exec(): Promise; } //# sourceMappingURL=Entsel.d.ts.map