import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetKnowledgeBaseRequest, GetKnowledgeBaseResponse } from "../models/models_1"; export { __MetadataBearer }; export interface GetKnowledgeBaseCommandInput extends GetKnowledgeBaseRequest {} export interface GetKnowledgeBaseCommandOutput extends GetKnowledgeBaseResponse, __MetadataBearer {} declare const GetKnowledgeBaseCommand_base: { new ( input: GetKnowledgeBaseCommandInput, ): import("@smithy/core/client").CommandImpl< GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetKnowledgeBaseCommandInput, ): import("@smithy/core/client").CommandImpl< GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetKnowledgeBaseCommand extends GetKnowledgeBaseCommand_base { protected static __types: { api: { input: GetKnowledgeBaseRequest; output: GetKnowledgeBaseResponse; }; sdk: { input: GetKnowledgeBaseCommandInput; output: GetKnowledgeBaseCommandOutput; }; }; }