import type { Paginator } from "@smithy/types"; import { GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput } from "../commands/GetInsightSummariesCommand"; import type { XRayPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetInsightSummaries: (config: XRayPaginationConfiguration, input: GetInsightSummariesCommandInput, ...rest: any[]) => Paginator;