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