import { Paginator } from "@smithy/types"; import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput, } from "../commands/SearchDataSourcesCommand"; import { QuickSightPaginationConfiguration } from "./Interfaces"; export declare const paginateSearchDataSources: ( config: QuickSightPaginationConfiguration, input: SearchDataSourcesCommandInput, ...rest: any[] ) => Paginator;