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