import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ResetEnabledBaselineInput, ResetEnabledBaselineOutput } from "../models/models_0"; export { __MetadataBearer }; export interface ResetEnabledBaselineCommandInput extends ResetEnabledBaselineInput {} export interface ResetEnabledBaselineCommandOutput extends ResetEnabledBaselineOutput, __MetadataBearer {} declare const ResetEnabledBaselineCommand_base: { new ( input: ResetEnabledBaselineCommandInput, ): import("@smithy/core/client").CommandImpl< ResetEnabledBaselineCommandInput, ResetEnabledBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ResetEnabledBaselineCommandInput, ): import("@smithy/core/client").CommandImpl< ResetEnabledBaselineCommandInput, ResetEnabledBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ResetEnabledBaselineCommand extends ResetEnabledBaselineCommand_base { protected static __types: { api: { input: ResetEnabledBaselineInput; output: ResetEnabledBaselineOutput; }; sdk: { input: ResetEnabledBaselineCommandInput; output: ResetEnabledBaselineCommandOutput; }; }; }