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