import type { Paginator } from "@smithy/types"; import { SearchImageSetsCommandInput, SearchImageSetsCommandOutput } from "../commands/SearchImageSetsCommand"; import type { MedicalImagingPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchImageSets: (config: MedicalImagingPaginationConfiguration, input: SearchImageSetsCommandInput, ...rest: any[]) => Paginator;