import type { PollSummaryResult } from "../types.mts"; export declare function formatPollSummaryResult(result: PollSummaryResult): string;