import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCachediSCSIVolumeInput, CreateCachediSCSIVolumeOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateCachediSCSIVolumeCommandInput extends CreateCachediSCSIVolumeInput {} export interface CreateCachediSCSIVolumeCommandOutput extends CreateCachediSCSIVolumeOutput, __MetadataBearer {} declare const CreateCachediSCSIVolumeCommand_base: { new ( input: CreateCachediSCSIVolumeCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateCachediSCSIVolumeCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateCachediSCSIVolumeCommand extends CreateCachediSCSIVolumeCommand_base { protected static __types: { api: { input: CreateCachediSCSIVolumeInput; output: CreateCachediSCSIVolumeOutput; }; sdk: { input: CreateCachediSCSIVolumeCommandInput; output: CreateCachediSCSIVolumeCommandOutput; }; }; }