import type { Paginator } from "@smithy/types"; import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "../commands/GetVpcLinksCommand"; import type { APIGatewayPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetVpcLinks: (config: APIGatewayPaginationConfiguration, input: GetVpcLinksCommandInput, ...rest: any[]) => Paginator;