import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateViewInput, UpdateViewOutput } from "../models/models_0"; import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ResourceExplorer2Client"; export { __MetadataBearer }; export { $Command }; export interface UpdateViewCommandInput extends UpdateViewInput {} export interface UpdateViewCommandOutput extends UpdateViewOutput, __MetadataBearer {} declare const UpdateViewCommand_base: { new ( input: UpdateViewCommandInput ): import("@smithy/core/client").CommandImpl< UpdateViewCommandInput, UpdateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateViewCommandInput ): import("@smithy/core/client").CommandImpl< UpdateViewCommandInput, UpdateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateViewCommand extends UpdateViewCommand_base { protected static __types: { api: { input: UpdateViewInput; output: UpdateViewOutput; }; sdk: { input: UpdateViewCommandInput; output: UpdateViewCommandOutput; }; }; }