import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetEffectiveRecommendationPreferencesRequest, GetEffectiveRecommendationPreferencesResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetEffectiveRecommendationPreferencesCommandInput extends GetEffectiveRecommendationPreferencesRequest {} export interface GetEffectiveRecommendationPreferencesCommandOutput extends GetEffectiveRecommendationPreferencesResponse, __MetadataBearer {} declare const GetEffectiveRecommendationPreferencesCommand_base: { new ( input: GetEffectiveRecommendationPreferencesCommandInput, ): import("@smithy/core/client").CommandImpl< GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetEffectiveRecommendationPreferencesCommandInput, ): import("@smithy/core/client").CommandImpl< GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetEffectiveRecommendationPreferencesCommand extends GetEffectiveRecommendationPreferencesCommand_base { protected static __types: { api: { input: GetEffectiveRecommendationPreferencesRequest; output: GetEffectiveRecommendationPreferencesResponse; }; sdk: { input: GetEffectiveRecommendationPreferencesCommandInput; output: GetEffectiveRecommendationPreferencesCommandOutput; }; }; }