import type { PromptContext } from '../types'; /** * Renders the Dependencies section: CLI setup and jq requirement. */ export declare function renderDependencies(ctx: PromptContext): string; //# sourceMappingURL=dependencies.d.ts.map