import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeCachediSCSIVolumesInput, DescribeCachediSCSIVolumesOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeCachediSCSIVolumesCommandInput extends DescribeCachediSCSIVolumesInput {} export interface DescribeCachediSCSIVolumesCommandOutput extends DescribeCachediSCSIVolumesOutput, __MetadataBearer {} declare const DescribeCachediSCSIVolumesCommand_base: { new ( input: DescribeCachediSCSIVolumesCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeCachediSCSIVolumesCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeCachediSCSIVolumesCommand extends DescribeCachediSCSIVolumesCommand_base { protected static __types: { api: { input: DescribeCachediSCSIVolumesInput; output: DescribeCachediSCSIVolumesOutput; }; sdk: { input: DescribeCachediSCSIVolumesCommandInput; output: DescribeCachediSCSIVolumesCommandOutput; }; }; }