import type { CommandSummary } from "./types.ts"; export type { CommandSummary, ShellAction } from "./types.ts"; export declare function summarizeShellCommand(command: string): CommandSummary;