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