import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../KendraClient"; import { UpdateQuerySuggestionsConfigRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateQuerySuggestionsConfigCommandInput extends UpdateQuerySuggestionsConfigRequest {} export interface UpdateQuerySuggestionsConfigCommandOutput extends __MetadataBearer {} declare const UpdateQuerySuggestionsConfigCommand_base: { new ( input: UpdateQuerySuggestionsConfigCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateQuerySuggestionsConfigCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateQuerySuggestionsConfigCommand extends UpdateQuerySuggestionsConfigCommand_base { protected static __types: { api: { input: UpdateQuerySuggestionsConfigRequest; output: {}; }; sdk: { input: UpdateQuerySuggestionsConfigCommandInput; output: UpdateQuerySuggestionsConfigCommandOutput; }; }; }