import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeInternetGatewaysCommandInput, DescribeInternetGatewaysCommandOutput, } from "../commands/DescribeInternetGatewaysCommand"; import { EC2Client } from "../EC2Client"; import { EC2ServiceException } from "../models/EC2ServiceException"; export declare const waitForInternetGatewayExists: ( params: WaiterConfiguration, input: DescribeInternetGatewaysCommandInput ) => Promise< WaiterResult >; export declare const waitUntilInternetGatewayExists: ( params: WaiterConfiguration, input: DescribeInternetGatewaysCommandInput ) => Promise>;