import type { Paginator } from "@smithy/types"; import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "../commands/GetConnectionsCommand"; import type { GluePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetConnections: (config: GluePaginationConfiguration, input: GetConnectionsCommandInput, ...rest: any[]) => Paginator;