import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RemoveKnowledgeBaseTemplateUriRequest, RemoveKnowledgeBaseTemplateUriResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface RemoveKnowledgeBaseTemplateUriCommandInput extends RemoveKnowledgeBaseTemplateUriRequest {} export interface RemoveKnowledgeBaseTemplateUriCommandOutput extends RemoveKnowledgeBaseTemplateUriResponse, __MetadataBearer {} declare const RemoveKnowledgeBaseTemplateUriCommand_base: { new ( input: RemoveKnowledgeBaseTemplateUriCommandInput, ): import("@smithy/core/client").CommandImpl< RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RemoveKnowledgeBaseTemplateUriCommandInput, ): import("@smithy/core/client").CommandImpl< RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RemoveKnowledgeBaseTemplateUriCommand extends RemoveKnowledgeBaseTemplateUriCommand_base { protected static __types: { api: { input: RemoveKnowledgeBaseTemplateUriRequest; output: {}; }; sdk: { input: RemoveKnowledgeBaseTemplateUriCommandInput; output: RemoveKnowledgeBaseTemplateUriCommandOutput; }; }; }