import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ExportLicenseRecommendationsRequest, ExportLicenseRecommendationsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface ExportLicenseRecommendationsCommandInput extends ExportLicenseRecommendationsRequest {} export interface ExportLicenseRecommendationsCommandOutput extends ExportLicenseRecommendationsResponse, __MetadataBearer {} declare const ExportLicenseRecommendationsCommand_base: { new ( input: ExportLicenseRecommendationsCommandInput, ): import("@smithy/core/client").CommandImpl< ExportLicenseRecommendationsCommandInput, ExportLicenseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ExportLicenseRecommendationsCommandInput, ): import("@smithy/core/client").CommandImpl< ExportLicenseRecommendationsCommandInput, ExportLicenseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ExportLicenseRecommendationsCommand extends ExportLicenseRecommendationsCommand_base { protected static __types: { api: { input: ExportLicenseRecommendationsRequest; output: ExportLicenseRecommendationsResponse; }; sdk: { input: ExportLicenseRecommendationsCommandInput; output: ExportLicenseRecommendationsCommandOutput; }; }; }