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