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