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