import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AddCacheInput, AddCacheOutput } from "../models/models_0"; export { __MetadataBearer }; export interface AddCacheCommandInput extends AddCacheInput {} export interface AddCacheCommandOutput extends AddCacheOutput, __MetadataBearer {} declare const AddCacheCommand_base: { new ( input: AddCacheCommandInput, ): import("@smithy/core/client").CommandImpl< AddCacheCommandInput, AddCacheCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AddCacheCommandInput, ): import("@smithy/core/client").CommandImpl< AddCacheCommandInput, AddCacheCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AddCacheCommand extends AddCacheCommand_base { protected static __types: { api: { input: AddCacheInput; output: AddCacheOutput; }; sdk: { input: AddCacheCommandInput; output: AddCacheCommandOutput; }; }; }