import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { DeleteDhcpOptionsRequest } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface DeleteDhcpOptionsCommandInput extends DeleteDhcpOptionsRequest {} export interface DeleteDhcpOptionsCommandOutput extends __MetadataBearer {} declare const DeleteDhcpOptionsCommand_base: { new ( input: DeleteDhcpOptionsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteDhcpOptionsCommandInput, DeleteDhcpOptionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteDhcpOptionsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteDhcpOptionsCommandInput, DeleteDhcpOptionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteDhcpOptionsCommand extends DeleteDhcpOptionsCommand_base { protected static __types: { api: { input: DeleteDhcpOptionsRequest; output: {}; }; sdk: { input: DeleteDhcpOptionsCommandInput; output: DeleteDhcpOptionsCommandOutput; }; }; }