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