import type { CommandExplanation } from "./types.js"; export declare function explainShellCommand(source: string): Promise;