import prompts from "prompts";
declare const commandPrompt: () => Promise<prompts.Answers<"command">>;
export default commandPrompt;
