import type { Command, CommandBuilder } from "../types/command"; export function defineCommand(command: Command) { return command; }