import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateContentRequest, CreateContentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateContentCommandInput extends CreateContentRequest {} export interface CreateContentCommandOutput extends CreateContentResponse, __MetadataBearer {} declare const CreateContentCommand_base: { new ( input: CreateContentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateContentCommandInput, CreateContentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateContentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateContentCommandInput, CreateContentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateContentCommand extends CreateContentCommand_base { protected static __types: { api: { input: CreateContentRequest; output: CreateContentResponse; }; sdk: { input: CreateContentCommandInput; output: CreateContentCommandOutput; }; }; }