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