import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateKnowledgeBaseRequest, CreateKnowledgeBaseResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateKnowledgeBaseCommandInput extends CreateKnowledgeBaseRequest {} export interface CreateKnowledgeBaseCommandOutput extends CreateKnowledgeBaseResponse, __MetadataBearer {} declare const CreateKnowledgeBaseCommand_base: { new ( input: CreateKnowledgeBaseCommandInput, ): import("@smithy/core/client").CommandImpl< CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateKnowledgeBaseCommandInput, ): import("@smithy/core/client").CommandImpl< CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateKnowledgeBaseCommand extends CreateKnowledgeBaseCommand_base { protected static __types: { api: { input: CreateKnowledgeBaseRequest; output: CreateKnowledgeBaseResponse; }; sdk: { input: CreateKnowledgeBaseCommandInput; output: CreateKnowledgeBaseCommandOutput; }; }; }