import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteNodeInput, DeleteNodeOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteNodeCommandInput extends DeleteNodeInput {} export interface DeleteNodeCommandOutput extends DeleteNodeOutput, __MetadataBearer {} declare const DeleteNodeCommand_base: { new ( input: DeleteNodeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteNodeCommandInput, DeleteNodeCommandOutput, import("..").ManagedBlockchainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteNodeCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteNodeCommandInput, DeleteNodeCommandOutput, import("..").ManagedBlockchainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteNodeCommand extends DeleteNodeCommand_base { protected static __types: { api: { input: DeleteNodeInput; output: {}; }; sdk: { input: DeleteNodeCommandInput; output: DeleteNodeCommandOutput; }; }; }