import type { PromptContext } from '../types'; /** * Renders the Get Effects + Perform Effects intro sections. */ export declare function renderEffects(ctx: PromptContext): string; //# sourceMappingURL=effects.d.ts.map