import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetECSServiceRecommendationsRequest, GetECSServiceRecommendationsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetECSServiceRecommendationsCommandInput extends GetECSServiceRecommendationsRequest {} export interface GetECSServiceRecommendationsCommandOutput extends GetECSServiceRecommendationsResponse, __MetadataBearer {} declare const GetECSServiceRecommendationsCommand_base: { new ( input: GetECSServiceRecommendationsCommandInput, ): import("@smithy/core/client").CommandImpl< GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetECSServiceRecommendationsCommandInput] ): import("@smithy/core/client").CommandImpl< GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetECSServiceRecommendationsCommand extends GetECSServiceRecommendationsCommand_base { protected static __types: { api: { input: GetECSServiceRecommendationsRequest; output: GetECSServiceRecommendationsResponse; }; sdk: { input: GetECSServiceRecommendationsCommandInput; output: GetECSServiceRecommendationsCommandOutput; }; }; }