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