import type { Paginator } from "@smithy/types"; import { LookupEventsCommandInput, LookupEventsCommandOutput } from "../commands/LookupEventsCommand"; import type { CloudTrailPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateLookupEvents: (config: CloudTrailPaginationConfiguration, input: LookupEventsCommandInput, ...rest: any[]) => Paginator;