import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { DeleteViewRequest, DeleteViewResponse } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteViewCommandInput extends DeleteViewRequest {} export interface DeleteViewCommandOutput extends DeleteViewResponse, __MetadataBearer {} declare const DeleteViewCommand_base: { new ( input: DeleteViewCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteViewCommandInput, DeleteViewCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteViewCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteViewCommandInput, DeleteViewCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteViewCommand extends DeleteViewCommand_base { protected static __types: { api: { input: DeleteViewRequest; output: {}; }; sdk: { input: DeleteViewCommandInput; output: DeleteViewCommandOutput; }; }; }