import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeSecondarySubnetsCommandInput, DescribeSecondarySubnetsCommandOutput, } from "../commands/DescribeSecondarySubnetsCommand"; import { EC2Client } from "../EC2Client"; import { EC2ServiceException } from "../models/EC2ServiceException"; export declare const waitForSecondarySubnetDeleteComplete: ( params: WaiterConfiguration, input: DescribeSecondarySubnetsCommandInput ) => Promise< WaiterResult >; export declare const waitUntilSecondarySubnetDeleteComplete: ( params: WaiterConfiguration, input: DescribeSecondarySubnetsCommandInput ) => Promise>;