import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteContentRequest, DeleteContentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteContentCommandInput extends DeleteContentRequest {} export interface DeleteContentCommandOutput extends DeleteContentResponse, __MetadataBearer {} declare const DeleteContentCommand_base: { new ( input: DeleteContentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteContentCommandInput, DeleteContentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteContentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteContentCommandInput, DeleteContentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteContentCommand extends DeleteContentCommand_base { protected static __types: { api: { input: DeleteContentRequest; output: {}; }; sdk: { input: DeleteContentCommandInput; output: DeleteContentCommandOutput; }; }; }