import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartRecommenderRequest, StartRecommenderResponse } from "../models/models_1"; export { __MetadataBearer }; export interface StartRecommenderCommandInput extends StartRecommenderRequest {} export interface StartRecommenderCommandOutput extends StartRecommenderResponse, __MetadataBearer {} declare const StartRecommenderCommand_base: { new ( input: StartRecommenderCommandInput, ): import("@smithy/core/client").CommandImpl< StartRecommenderCommandInput, StartRecommenderCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartRecommenderCommandInput, ): import("@smithy/core/client").CommandImpl< StartRecommenderCommandInput, StartRecommenderCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartRecommenderCommand extends StartRecommenderCommand_base { protected static __types: { api: { input: StartRecommenderRequest; output: {}; }; sdk: { input: StartRecommenderCommandInput; output: StartRecommenderCommandOutput; }; }; }