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