import { CommandDispatcher } from '../../../../brigadier/src/index.ts';
import { Command } from '../Command';
/**
 * Manage a player's {@link Gametype} (gamemode).
 * @remarks the `/gamemode` command.
 */
export default class GamemodeCommand extends Command {
    constructor();
    private setGamemode;
    register(dispatcher: CommandDispatcher<any>): Promise<void>;
}
//# sourceMappingURL=GamemodeCommand.d.ts.map