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