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