import { type ParsedShellCommand } from "./parsed-command.ts"; export declare function summarizeDiscoveryCommand(head: string, tail: string[], mainCommand: string[]): ParsedShellCommand | undefined;