import type { Paginator } from "@smithy/types"; import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "../commands/SearchDataSetsCommand"; import type { QuickSightPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchDataSets: (config: QuickSightPaginationConfiguration, input: SearchDataSetsCommandInput, ...rest: any[]) => Paginator;