import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateKxDataviewRequest, UpdateKxDataviewResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateKxDataviewCommandInput extends UpdateKxDataviewRequest {} export interface UpdateKxDataviewCommandOutput extends UpdateKxDataviewResponse, __MetadataBearer {} declare const UpdateKxDataviewCommand_base: { new ( input: UpdateKxDataviewCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateKxDataviewCommandInput, UpdateKxDataviewCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateKxDataviewCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateKxDataviewCommandInput, UpdateKxDataviewCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateKxDataviewCommand extends UpdateKxDataviewCommand_base { protected static __types: { api: { input: UpdateKxDataviewRequest; output: UpdateKxDataviewResponse; }; sdk: { input: UpdateKxDataviewCommandInput; output: UpdateKxDataviewCommandOutput; }; }; }