import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeSpotInstanceRequestsCommandInput, DescribeSpotInstanceRequestsCommandOutput, } from "../commands/DescribeSpotInstanceRequestsCommand"; import { EC2Client } from "../EC2Client"; import { EC2ServiceException } from "../models/EC2ServiceException"; export declare const waitForSpotInstanceRequestFulfilled: ( params: WaiterConfiguration, input: DescribeSpotInstanceRequestsCommandInput ) => Promise< WaiterResult >; export declare const waitUntilSpotInstanceRequestFulfilled: ( params: WaiterConfiguration, input: DescribeSpotInstanceRequestsCommandInput ) => Promise>;