import { type CommandSpec } from '../../commands/spec.js'; export declare const renderBashCompletion: (spec: CommandSpec) => string;