import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRecommendationPreferencesRequest, DeleteRecommendationPreferencesResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRecommendationPreferencesCommandInput extends DeleteRecommendationPreferencesRequest {} export interface DeleteRecommendationPreferencesCommandOutput extends DeleteRecommendationPreferencesResponse, __MetadataBearer {} declare const DeleteRecommendationPreferencesCommand_base: { new ( input: DeleteRecommendationPreferencesCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecommendationPreferencesCommandInput, DeleteRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteRecommendationPreferencesCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecommendationPreferencesCommandInput, DeleteRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRecommendationPreferencesCommand extends DeleteRecommendationPreferencesCommand_base { protected static __types: { api: { input: DeleteRecommendationPreferencesRequest; output: {}; }; sdk: { input: DeleteRecommendationPreferencesCommandInput; output: DeleteRecommendationPreferencesCommandOutput; }; }; }