import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { NotifyRecommendationsReceivedRequest, NotifyRecommendationsReceivedResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface NotifyRecommendationsReceivedCommandInput extends NotifyRecommendationsReceivedRequest {} export interface NotifyRecommendationsReceivedCommandOutput extends NotifyRecommendationsReceivedResponse, __MetadataBearer {} declare const NotifyRecommendationsReceivedCommand_base: { new ( input: NotifyRecommendationsReceivedCommandInput, ): import("@smithy/core/client").CommandImpl< NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: NotifyRecommendationsReceivedCommandInput, ): import("@smithy/core/client").CommandImpl< NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class NotifyRecommendationsReceivedCommand extends NotifyRecommendationsReceivedCommand_base { protected static __types: { api: { input: NotifyRecommendationsReceivedRequest; output: NotifyRecommendationsReceivedResponse; }; sdk: { input: NotifyRecommendationsReceivedCommandInput; output: NotifyRecommendationsReceivedCommandOutput; }; }; }