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