import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetRecommenderRequest, GetRecommenderResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetRecommenderCommandInput extends GetRecommenderRequest {} export interface GetRecommenderCommandOutput extends GetRecommenderResponse, __MetadataBearer {} declare const GetRecommenderCommand_base: { new ( input: GetRecommenderCommandInput, ): import("@smithy/core/client").CommandImpl< GetRecommenderCommandInput, GetRecommenderCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetRecommenderCommandInput, ): import("@smithy/core/client").CommandImpl< GetRecommenderCommandInput, GetRecommenderCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetRecommenderCommand extends GetRecommenderCommand_base { protected static __types: { api: { input: GetRecommenderRequest; output: GetRecommenderResponse; }; sdk: { input: GetRecommenderCommandInput; output: GetRecommenderCommandOutput; }; }; }