import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeNatGatewaysCommandInput, DescribeNatGatewaysCommandOutput, } from "../commands/DescribeNatGatewaysCommand"; import { EC2Client } from "../EC2Client"; import { EC2ServiceException } from "../models/EC2ServiceException"; export declare const waitForNatGatewayDeleted: ( params: WaiterConfiguration, input: DescribeNatGatewaysCommandInput ) => Promise< WaiterResult >; export declare const waitUntilNatGatewayDeleted: ( params: WaiterConfiguration, input: DescribeNatGatewaysCommandInput ) => Promise< WaiterResult >;