import { Command } from "commander"; declare const remove_app: (program: Command) => Promise; export default remove_app;