import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRecommenderRequest, DeleteRecommenderResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRecommenderCommandInput extends DeleteRecommenderRequest {} export interface DeleteRecommenderCommandOutput extends DeleteRecommenderResponse, __MetadataBearer {} declare const DeleteRecommenderCommand_base: { new ( input: DeleteRecommenderCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteRecommenderCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRecommenderCommand extends DeleteRecommenderCommand_base { protected static __types: { api: { input: DeleteRecommenderRequest; output: {}; }; sdk: { input: DeleteRecommenderCommandInput; output: DeleteRecommenderCommandOutput; }; }; }