import { CliConfig } from "../cli-config"; export declare const stopCommand: ({ port }: CliConfig) => Promise;