import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetProfileRecommendationsRequest, GetProfileRecommendationsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetProfileRecommendationsCommandInput extends GetProfileRecommendationsRequest {} export interface GetProfileRecommendationsCommandOutput extends GetProfileRecommendationsResponse, __MetadataBearer {} declare const GetProfileRecommendationsCommand_base: { new ( input: GetProfileRecommendationsCommandInput, ): import("@smithy/core/client").CommandImpl< GetProfileRecommendationsCommandInput, GetProfileRecommendationsCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetProfileRecommendationsCommandInput, ): import("@smithy/core/client").CommandImpl< GetProfileRecommendationsCommandInput, GetProfileRecommendationsCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetProfileRecommendationsCommand extends GetProfileRecommendationsCommand_base { protected static __types: { api: { input: GetProfileRecommendationsRequest; output: GetProfileRecommendationsResponse; }; sdk: { input: GetProfileRecommendationsCommandInput; output: GetProfileRecommendationsCommandOutput; }; }; }