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