import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateContentAssociationRequest, CreateContentAssociationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateContentAssociationCommandInput extends CreateContentAssociationRequest {} export interface CreateContentAssociationCommandOutput extends CreateContentAssociationResponse, __MetadataBearer {} declare const CreateContentAssociationCommand_base: { new ( input: CreateContentAssociationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateContentAssociationCommandInput, CreateContentAssociationCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateContentAssociationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateContentAssociationCommandInput, CreateContentAssociationCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateContentAssociationCommand extends CreateContentAssociationCommand_base { protected static __types: { api: { input: CreateContentAssociationRequest; output: CreateContentAssociationResponse; }; sdk: { input: CreateContentAssociationCommandInput; output: CreateContentAssociationCommandOutput; }; }; }