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