import { Paginator } from "@smithy/types"; import { SearchAnalysesCommandInput, SearchAnalysesCommandOutput, } from "../commands/SearchAnalysesCommand"; import { QuickSightPaginationConfiguration } from "./Interfaces"; export declare const paginateSearchAnalyses: ( config: QuickSightPaginationConfiguration, input: SearchAnalysesCommandInput, ...rest: any[] ) => Paginator;