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