import type { PollSummaryResult } from "../types.mts"; /** Keep aggregate JSON, Markdown, and MCP instructions on one projection. */ export declare function withPollSummaryInstructions(result: PollSummaryResult, mergeRequested: boolean): PollSummaryResult;