export declare const commandKubeStopPortforward: import("../../core").CommandDef<{
  readonly name: {
    readonly type: "string";
    readonly message: "port forward name";
    readonly positional: true;
  };
}>;