import type { Paginator } from "@smithy/types"; import { PreviewAgentsCommandInput, PreviewAgentsCommandOutput } from "../commands/PreviewAgentsCommand"; import type { InspectorPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginatePreviewAgents: (config: InspectorPaginationConfiguration, input: PreviewAgentsCommandInput, ...rest: any[]) => Paginator;