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