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