import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateAutoManagementRequest, UpdateAutoManagementResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig, } from "../ServiceQuotasClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateAutoManagementCommandInput extends UpdateAutoManagementRequest {} export interface UpdateAutoManagementCommandOutput extends UpdateAutoManagementResponse, __MetadataBearer {} declare const UpdateAutoManagementCommand_base: { new ( input: UpdateAutoManagementCommandInput ): import("@smithy/core/client").CommandImpl< UpdateAutoManagementCommandInput, UpdateAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [UpdateAutoManagementCommandInput] ): import("@smithy/core/client").CommandImpl< UpdateAutoManagementCommandInput, UpdateAutoManagementCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateAutoManagementCommand extends UpdateAutoManagementCommand_base { protected static __types: { api: { input: UpdateAutoManagementRequest; output: {}; }; sdk: { input: UpdateAutoManagementCommandInput; output: UpdateAutoManagementCommandOutput; }; }; }