import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateKnowledgeBaseTemplateUriRequest, UpdateKnowledgeBaseTemplateUriResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface UpdateKnowledgeBaseTemplateUriCommandInput extends UpdateKnowledgeBaseTemplateUriRequest {} export interface UpdateKnowledgeBaseTemplateUriCommandOutput extends UpdateKnowledgeBaseTemplateUriResponse, __MetadataBearer {} declare const UpdateKnowledgeBaseTemplateUriCommand_base: { new ( input: UpdateKnowledgeBaseTemplateUriCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateKnowledgeBaseTemplateUriCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateKnowledgeBaseTemplateUriCommand extends UpdateKnowledgeBaseTemplateUriCommand_base { protected static __types: { api: { input: UpdateKnowledgeBaseTemplateUriRequest; output: UpdateKnowledgeBaseTemplateUriResponse; }; sdk: { input: UpdateKnowledgeBaseTemplateUriCommandInput; output: UpdateKnowledgeBaseTemplateUriCommandOutput; }; }; }