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