import { Paginator } from "@smithy/types"; import { DescribeNatGatewaysCommandInput, DescribeNatGatewaysCommandOutput, } from "../commands/DescribeNatGatewaysCommand"; import { EC2PaginationConfiguration } from "./Interfaces"; export declare const paginateDescribeNatGateways: ( config: EC2PaginationConfiguration, input: DescribeNatGatewaysCommandInput, ...rest: any[] ) => Paginator;