import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EnableBaselineInput, EnableBaselineOutput } from "../models/models_0"; export { __MetadataBearer }; export interface EnableBaselineCommandInput extends EnableBaselineInput {} export interface EnableBaselineCommandOutput extends EnableBaselineOutput, __MetadataBearer {} declare const EnableBaselineCommand_base: { new ( input: EnableBaselineCommandInput, ): import("@smithy/core/client").CommandImpl< EnableBaselineCommandInput, EnableBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: EnableBaselineCommandInput, ): import("@smithy/core/client").CommandImpl< EnableBaselineCommandInput, EnableBaselineCommandOutput, import("..").ControlTowerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class EnableBaselineCommand extends EnableBaselineCommand_base { protected static __types: { api: { input: EnableBaselineInput; output: EnableBaselineOutput; }; sdk: { input: EnableBaselineCommandInput; output: EnableBaselineCommandOutput; }; }; }