import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateContentRequest, UpdateContentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateContentCommandInput extends UpdateContentRequest {} export interface UpdateContentCommandOutput extends UpdateContentResponse, __MetadataBearer {} declare const UpdateContentCommand_base: { new ( input: UpdateContentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateContentCommandInput, UpdateContentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateContentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateContentCommandInput, UpdateContentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateContentCommand extends UpdateContentCommand_base { protected static __types: { api: { input: UpdateContentRequest; output: UpdateContentResponse; }; sdk: { input: UpdateContentCommandInput; output: UpdateContentCommandOutput; }; }; }