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