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