import { CommandDispatcher } from '../../../../brigadier/src/index.ts';
import { Command } from '../Command';
export default class StopCommand extends Command {
    constructor();
    register(dispatcher: CommandDispatcher<any>): Promise<void>;
}
//# sourceMappingURL=StopCommand.d.ts.map