import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AttachClusterNodeVolumeRequest, AttachClusterNodeVolumeResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface AttachClusterNodeVolumeCommandInput extends AttachClusterNodeVolumeRequest {} export interface AttachClusterNodeVolumeCommandOutput extends AttachClusterNodeVolumeResponse, __MetadataBearer {} declare const AttachClusterNodeVolumeCommand_base: { new ( input: AttachClusterNodeVolumeCommandInput, ): import("@smithy/core/client").CommandImpl< AttachClusterNodeVolumeCommandInput, AttachClusterNodeVolumeCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AttachClusterNodeVolumeCommandInput, ): import("@smithy/core/client").CommandImpl< AttachClusterNodeVolumeCommandInput, AttachClusterNodeVolumeCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AttachClusterNodeVolumeCommand extends AttachClusterNodeVolumeCommand_base { protected static __types: { api: { input: AttachClusterNodeVolumeRequest; output: AttachClusterNodeVolumeResponse; }; sdk: { input: AttachClusterNodeVolumeCommandInput; output: AttachClusterNodeVolumeCommandOutput; }; }; }