/// import { ArgumentsContext } from "types"; type Props = { commandArguments: ArgumentsContext; }; export default function Command({ commandArguments }: Props): JSX.Element; export {};