import type { Paginator } from "@smithy/types"; import { GetVpnConnectionDeviceTypesCommandInput, GetVpnConnectionDeviceTypesCommandOutput } from "../commands/GetVpnConnectionDeviceTypesCommand"; import type { EC2PaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetVpnConnectionDeviceTypes: (config: EC2PaginationConfiguration, input: GetVpnConnectionDeviceTypesCommandInput, ...rest: any[]) => Paginator;