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