import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DisableHttpEndpointRequest, DisableHttpEndpointResponse, } from "../models/models_1"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RDSClient"; export { __MetadataBearer }; export { $Command }; export interface DisableHttpEndpointCommandInput extends DisableHttpEndpointRequest {} export interface DisableHttpEndpointCommandOutput extends DisableHttpEndpointResponse, __MetadataBearer {} declare const DisableHttpEndpointCommand_base: { new ( input: DisableHttpEndpointCommandInput ): import("@smithy/core/client").CommandImpl< DisableHttpEndpointCommandInput, DisableHttpEndpointCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DisableHttpEndpointCommandInput ): import("@smithy/core/client").CommandImpl< DisableHttpEndpointCommandInput, DisableHttpEndpointCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DisableHttpEndpointCommand extends DisableHttpEndpointCommand_base { protected static __types: { api: { input: DisableHttpEndpointRequest; output: DisableHttpEndpointResponse; }; sdk: { input: DisableHttpEndpointCommandInput; output: DisableHttpEndpointCommandOutput; }; }; }