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