import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetLicenseRecommendationsRequest, GetLicenseRecommendationsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetLicenseRecommendationsCommandInput extends GetLicenseRecommendationsRequest {} export interface GetLicenseRecommendationsCommandOutput extends GetLicenseRecommendationsResponse, __MetadataBearer {} declare const GetLicenseRecommendationsCommand_base: { new ( input: GetLicenseRecommendationsCommandInput, ): import("@smithy/core/client").CommandImpl< GetLicenseRecommendationsCommandInput, GetLicenseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetLicenseRecommendationsCommandInput] ): import("@smithy/core/client").CommandImpl< GetLicenseRecommendationsCommandInput, GetLicenseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetLicenseRecommendationsCommand extends GetLicenseRecommendationsCommand_base { protected static __types: { api: { input: GetLicenseRecommendationsRequest; output: GetLicenseRecommendationsResponse; }; sdk: { input: GetLicenseRecommendationsCommandInput; output: GetLicenseRecommendationsCommandOutput; }; }; }