import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetContentAssociationRequest, GetContentAssociationResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetContentAssociationCommandInput extends GetContentAssociationRequest {} export interface GetContentAssociationCommandOutput extends GetContentAssociationResponse, __MetadataBearer {} declare const GetContentAssociationCommand_base: { new ( input: GetContentAssociationCommandInput, ): import("@smithy/core/client").CommandImpl< GetContentAssociationCommandInput, GetContentAssociationCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetContentAssociationCommandInput, ): import("@smithy/core/client").CommandImpl< GetContentAssociationCommandInput, GetContentAssociationCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetContentAssociationCommand extends GetContentAssociationCommand_base { protected static __types: { api: { input: GetContentAssociationRequest; output: GetContentAssociationResponse; }; sdk: { input: GetContentAssociationCommandInput; output: GetContentAssociationCommandOutput; }; }; }