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