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