import { Command } from "clime";
export default class Server extends Command {
    execute(configFile: string): void;
}
