import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartAutoManagementRequest, StartAutoManagementResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig, } from "../ServiceQuotasClient"; export { __MetadataBearer }; export { $Command }; export interface StartAutoManagementCommandInput extends StartAutoManagementRequest {} export interface StartAutoManagementCommandOutput extends StartAutoManagementResponse, __MetadataBearer {} declare const StartAutoManagementCommand_base: { new ( input: StartAutoManagementCommandInput ): import("@smithy/core/client").CommandImpl< StartAutoManagementCommandInput, StartAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartAutoManagementCommandInput ): import("@smithy/core/client").CommandImpl< StartAutoManagementCommandInput, StartAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartAutoManagementCommand extends StartAutoManagementCommand_base { protected static __types: { api: { input: StartAutoManagementRequest; output: {}; }; sdk: { input: StartAutoManagementCommandInput; output: StartAutoManagementCommandOutput; }; }; }