import type { PollSummaryCommandOptions, PollSummaryItem } from "../types.mts"; import type { RepoInfo } from "./client.mts"; import type { RawSummaryPr } from "./poll-summary-raw.mts"; export declare function summarizePollSummaryPr(raw: RawSummaryPr, repo: RepoInfo, opts: PollSummaryCommandOptions, viewerCanAdminister?: boolean): Promise;