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