import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteContentAssociationRequest, DeleteContentAssociationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteContentAssociationCommandInput extends DeleteContentAssociationRequest {} export interface DeleteContentAssociationCommandOutput extends DeleteContentAssociationResponse, __MetadataBearer {} declare const DeleteContentAssociationCommand_base: { new ( input: DeleteContentAssociationCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteContentAssociationCommandInput, DeleteContentAssociationCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteContentAssociationCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteContentAssociationCommandInput, DeleteContentAssociationCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteContentAssociationCommand extends DeleteContentAssociationCommand_base { protected static __types: { api: { input: DeleteContentAssociationRequest; output: {}; }; sdk: { input: DeleteContentAssociationCommandInput; output: DeleteContentAssociationCommandOutput; }; }; }