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