import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateConfigurationSetSendingEnabledRequest } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateConfigurationSetSendingEnabledCommandInput extends UpdateConfigurationSetSendingEnabledRequest {} export interface UpdateConfigurationSetSendingEnabledCommandOutput extends __MetadataBearer {} declare const UpdateConfigurationSetSendingEnabledCommand_base: { new ( input: UpdateConfigurationSetSendingEnabledCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateConfigurationSetSendingEnabledCommandInput, UpdateConfigurationSetSendingEnabledCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateConfigurationSetSendingEnabledCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateConfigurationSetSendingEnabledCommandInput, UpdateConfigurationSetSendingEnabledCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateConfigurationSetSendingEnabledCommand extends UpdateConfigurationSetSendingEnabledCommand_base { protected static __types: { api: { input: UpdateConfigurationSetSendingEnabledRequest; output: {}; }; sdk: { input: UpdateConfigurationSetSendingEnabledCommandInput; output: UpdateConfigurationSetSendingEnabledCommandOutput; }; }; }