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