import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateEnabledBaselineInput, UpdateEnabledBaselineOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateEnabledBaselineCommandInput extends UpdateEnabledBaselineInput {} export interface UpdateEnabledBaselineCommandOutput extends UpdateEnabledBaselineOutput, __MetadataBearer {} declare const UpdateEnabledBaselineCommand_base: { new ( input: UpdateEnabledBaselineCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateEnabledBaselineCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateEnabledBaselineCommand extends UpdateEnabledBaselineCommand_base { protected static __types: { api: { input: UpdateEnabledBaselineInput; output: UpdateEnabledBaselineOutput; }; sdk: { input: UpdateEnabledBaselineCommandInput; output: UpdateEnabledBaselineCommandOutput; }; }; }