import { Command } from "./base";
export type CommandClose = Command;
export declare function commandClose(from: string, port: number): CommandClose;
