import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteHumanTaskUiRequest, DeleteHumanTaskUiResponse } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteHumanTaskUiCommandInput extends DeleteHumanTaskUiRequest {} export interface DeleteHumanTaskUiCommandOutput extends DeleteHumanTaskUiResponse, __MetadataBearer {} declare const DeleteHumanTaskUiCommand_base: { new ( input: DeleteHumanTaskUiCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteHumanTaskUiCommandInput, DeleteHumanTaskUiCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteHumanTaskUiCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteHumanTaskUiCommandInput, DeleteHumanTaskUiCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteHumanTaskUiCommand extends DeleteHumanTaskUiCommand_base { protected static __types: { api: { input: DeleteHumanTaskUiRequest; output: {}; }; sdk: { input: DeleteHumanTaskUiCommandInput; output: DeleteHumanTaskUiCommandOutput; }; }; }