import { Command, CommandResult } from "../../types"; export declare const echo: (pv: CommandResult, cv: Extract) => CommandResult;