import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeCustomerGatewaysCommandInput, DescribeCustomerGatewaysCommandOutput, } from "../commands/DescribeCustomerGatewaysCommand"; import { EC2Client } from "../EC2Client"; import { EC2ServiceException } from "../models/EC2ServiceException"; export declare const waitForCustomerGatewayAvailable: ( params: WaiterConfiguration, input: DescribeCustomerGatewaysCommandInput ) => Promise< WaiterResult >; export declare const waitUntilCustomerGatewayAvailable: ( params: WaiterConfiguration, input: DescribeCustomerGatewaysCommandInput ) => Promise>;