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