import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { UpdateGlossaryTermInput, UpdateGlossaryTermOutput, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface UpdateGlossaryTermCommandInput extends UpdateGlossaryTermInput {} export interface UpdateGlossaryTermCommandOutput extends UpdateGlossaryTermOutput, __MetadataBearer {} declare const UpdateGlossaryTermCommand_base: { new ( input: UpdateGlossaryTermCommandInput ): import("@smithy/core/client").CommandImpl< UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateGlossaryTermCommandInput ): import("@smithy/core/client").CommandImpl< UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateGlossaryTermCommand extends UpdateGlossaryTermCommand_base { protected static __types: { api: { input: UpdateGlossaryTermInput; output: UpdateGlossaryTermOutput; }; sdk: { input: UpdateGlossaryTermCommandInput; output: UpdateGlossaryTermCommandOutput; }; }; }