import type { Command } from "./types";
declare const cmd: Command;
export default cmd;
