import type { Paginator } from "@smithy/types"; import { DescribeInboundConnectionsCommandInput, DescribeInboundConnectionsCommandOutput } from "../commands/DescribeInboundConnectionsCommand"; import type { OpenSearchPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeInboundConnections: (config: OpenSearchPaginationConfiguration, input: DescribeInboundConnectionsCommandInput, ...rest: any[]) => Paginator;