import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteKxDataviewRequest, DeleteKxDataviewResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteKxDataviewCommandInput extends DeleteKxDataviewRequest {} export interface DeleteKxDataviewCommandOutput extends DeleteKxDataviewResponse, __MetadataBearer {} declare const DeleteKxDataviewCommand_base: { new ( input: DeleteKxDataviewCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxDataviewCommandInput, DeleteKxDataviewCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteKxDataviewCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteKxDataviewCommandInput, DeleteKxDataviewCommandOutput, import("..").FinspaceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteKxDataviewCommand extends DeleteKxDataviewCommand_base { protected static __types: { api: { input: DeleteKxDataviewRequest; output: {}; }; sdk: { input: DeleteKxDataviewCommandInput; output: DeleteKxDataviewCommandOutput; }; }; }