import { Paginator } from "@smithy/types"; import { SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput, } from "../commands/SearchContactFlowsCommand"; import { ConnectPaginationConfiguration } from "./Interfaces"; export declare const paginateSearchContactFlows: ( config: ConnectPaginationConfiguration, input: SearchContactFlowsCommandInput, ...rest: any[] ) => Paginator;