import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { UpdateViewContentRequest, UpdateViewContentResponse, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface UpdateViewContentCommandInput extends UpdateViewContentRequest {} export interface UpdateViewContentCommandOutput extends UpdateViewContentResponse, __MetadataBearer {} declare const UpdateViewContentCommand_base: { new ( input: UpdateViewContentCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateViewContentCommandInput, UpdateViewContentCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateViewContentCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateViewContentCommandInput, UpdateViewContentCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateViewContentCommand extends UpdateViewContentCommand_base { protected static __types: { api: { input: UpdateViewContentRequest; output: UpdateViewContentResponse; }; sdk: { input: UpdateViewContentCommandInput; output: UpdateViewContentCommandOutput; }; }; }