import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { CreateGlossaryTermInput, CreateGlossaryTermOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateGlossaryTermCommandInput extends CreateGlossaryTermInput {} export interface CreateGlossaryTermCommandOutput extends CreateGlossaryTermOutput, __MetadataBearer {} declare const CreateGlossaryTermCommand_base: { new ( input: CreateGlossaryTermCommandInput ): import("@smithy/core/client").CommandImpl< CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateGlossaryTermCommandInput ): import("@smithy/core/client").CommandImpl< CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateGlossaryTermCommand extends CreateGlossaryTermCommand_base { protected static __types: { api: { input: CreateGlossaryTermInput; output: CreateGlossaryTermOutput; }; sdk: { input: CreateGlossaryTermCommandInput; output: CreateGlossaryTermCommandOutput; }; }; }