import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetSearchSuggestionsRequest, GetSearchSuggestionsResponse } from "../models/models_3"; export { __MetadataBearer }; export interface GetSearchSuggestionsCommandInput extends GetSearchSuggestionsRequest {} export interface GetSearchSuggestionsCommandOutput extends GetSearchSuggestionsResponse, __MetadataBearer {} declare const GetSearchSuggestionsCommand_base: { new ( input: GetSearchSuggestionsCommandInput, ): import("@smithy/core/client").CommandImpl< GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetSearchSuggestionsCommandInput, ): import("@smithy/core/client").CommandImpl< GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetSearchSuggestionsCommand extends GetSearchSuggestionsCommand_base { protected static __types: { api: { input: GetSearchSuggestionsRequest; output: GetSearchSuggestionsResponse; }; sdk: { input: GetSearchSuggestionsCommandInput; output: GetSearchSuggestionsCommandOutput; }; }; }